1
Fork 0
cabinet/northbridge/Cargo.toml

18 lines
520 B
TOML

[package]
name = "northbridge"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.95"
framed = "0.4.3"
n = "0.2.0"
common = { path = "../common" }
tokio = { version = "1.43.0", features = ["full"] }
tokio-serial = "5.4.5"
postcard = { version = "1.0.0", features = ["alloc", "use-std"] }
nalgebra = { version = "0.31.2", default-features=false, features = ["serde-serialize-no-std"] }
tokio-util = { version = "0.7.13", features = ["codec"] }
futures-core = "0.3.31"
futures = "0.3.31"
crossbeam = "0.8.4"