increase command flexibility
This commit is contained in:
@@ -4,7 +4,10 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
anyhow = { workspace = true }
|
||||
nautilus_common = { path = "../common" }
|
||||
log = "0.4.28"
|
||||
ciborium = { version = "0.2.2" }
|
||||
log = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
postcard = { workspace = true }
|
||||
hex = "0.4.3"
|
||||
serde = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user