implement fixes for project nautilus integration

This commit is contained in:
2026-01-02 15:26:52 -05:00
parent 09eeceb212
commit 994007418b
12 changed files with 43 additions and 38 deletions

View File

@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
anyhow = { workspace = true }
api = { path = "../../api" }
api = { workspace = true }
env_logger = { workspace = true }
log = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "signal"] }