increase command flexibility

This commit is contained in:
2025-11-30 08:02:39 -08:00
parent eefc3293b4
commit d53d78434c
17 changed files with 422 additions and 220 deletions

View File

@@ -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 }