14 lines
358 B
TOML
14 lines
358 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"] }
|
|
nalgebra = "0.31.2"
|