chore: add daemon deps for D-Bus interface and tests

This commit is contained in:
michael
2026-04-26 20:47:46 -07:00
parent 22aa37662a
commit c78ad0dc29
2 changed files with 11 additions and 0 deletions

View File

@@ -11,7 +11,16 @@ path = "src/main.rs"
[dependencies]
authforge-common = { path = "../common" }
zbus = { workspace = true }
zvariant = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
anyhow = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
nix = { workspace = true }
rand = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }