14 lines
448 B
TOML
14 lines
448 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = ["common", "ground", "flight"]
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0.100"
|
|
fern = { version = "0.7.1", features = ["colored"] }
|
|
log = { version = "0.4.28" }
|
|
chrono = { version = "0.4.42", features = ["serde"] }
|
|
ctrlc = "3.5.0"
|
|
serde = { version = "1.0.228", features = ["derive"], default-features = false }
|
|
postcard = { version = "1.1.3", default-features = false, features = ["alloc"] }
|
|
thiserror = "2.0.17"
|