door/server/Cargo.toml
2024-12-05 21:47:47 -05:00

14 lines
318 B
TOML

[package]
name = "server"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.94"
common = {path = "../common"}
postcard = {version = "1.0.0", features = ["alloc"]}
serde = "*"
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"
tracing-appender = "0.2.3"
tracing-subscriber = "0.3.19"