Synvael/crates/shared/Cargo.toml

20 lines
406 B
TOML

[package]
name = "shared"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
[lints]
workspace = true
[dependencies]
bytemuck = { workspace = true }
fastrand = "2.4.1"
glam = { workspace = true }
noise = "0.9"
postcard = { version = "1.1.3", features = ["use-std"] }
serde = { version = "1.0", features = ["derive"] }
thiserror = "2.0.18"
zstd = "0.13.3"