increase command flexibility
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -1,3 +1,13 @@
|
||||
[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"
|
||||
|
||||
Reference in New Issue
Block a user