chore: add zvariant to workspace deps

This commit is contained in:
michael
2026-04-26 20:45:34 -07:00
parent b18b5aa838
commit eb35155c22
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,8 @@ repository = "https://github.com/dangerousthings/authforge"
rust-version = "1.78"
[workspace.dependencies]
zbus = "4"
zbus = { version = "4", default-features = false, features = ["tokio", "p2p"] }
zvariant = "4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"