chore: add daemon deps for D-Bus interface and tests
This commit is contained in:
@@ -27,3 +27,5 @@ tokio = { version = "1", features = ["full"] }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
ctap-hid-fido2 = "3"
|
||||
nix = { version = "0.28", features = ["user", "process", "fs"] }
|
||||
rand = "0.9"
|
||||
tempfile = "3"
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user