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

View File

@@ -13,3 +13,6 @@ gtk = { package = "gtk4", version = "0.8" }
adw = { package = "libadwaita", version = "0.6" }
authforge-common = { path = "../common" }
anyhow = { workspace = true }
zbus = { workspace = true }
tokio = { workspace = true }
futures-util = { workspace = true }