21 lines
371 B
TOML
21 lines
371 B
TOML
[package]
|
|
name = "shared"
|
|
license.workspace = true
|
|
license-file.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
bytemuck.workspace = true
|
|
fastrand = "2.4.1"
|
|
glam.workspace = true
|
|
noise = "0.9"
|
|
postcard.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
zstd = "0.13.3"
|