synvael/crates/server/Cargo.toml

25 lines
482 B
TOML

[package]
name = "server"
license.workspace = true
authors.workspace = true
edition.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
anyhow.workspace = true
bevy_ecs = "0.19"
crossbeam-channel = "0.5.16"
glam.workspace = true
lru = "0.18.1"
net = { version = "0.1.0", path = "../net" }
serde_json.workspace = true
shared = { path = "../shared" }
tracing.workspace = true
tracing-subscriber.workspace = true
[dev-dependencies]
tempfile = "3.27.0"