1
Fork 0
cabinet/interface/Cargo.toml

13 lines
338 B
TOML

[package]
name = "interface"
version = "0.1.0"
edition = "2021"
[dependencies]
common = { path = "../common" }
tokio = { version = "1.43.0", features = ["full"] }
anyhow = "1.0.95"
gilrs = "0.11.0"
futures = "0.3.31"
serde = { version = "1.0.217", features = ["alloc"] }
postcard = { version = "1.0.0", features = ["alloc", "use-std"] }