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

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