chore(gui): add zbus + tokio + futures-util deps for D-Bus client

This commit is contained in:
michael
2026-04-27 09:08:02 -07:00
parent a17f70c4ac
commit 8d6b80276e
2 changed files with 6 additions and 0 deletions

3
Cargo.lock generated
View File

@@ -309,8 +309,11 @@ version = "0.1.0"
dependencies = [
"anyhow",
"authforge-common",
"futures-util",
"gtk4",
"libadwaita",
"tokio",
"zbus",
]
[[package]]