Private
Public Access
1
0

[core] kordophoned-client: add support for settings and missing gui features

This commit is contained in:
2026-05-27 22:02:28 -07:00
parent a3dfedcfd0
commit 0173be356e
6 changed files with 463 additions and 24 deletions

View File

@@ -10,6 +10,7 @@ log = "0.4.22"
# D-Bus dependencies only on Linux
[target.'cfg(target_os = "linux")'.dependencies]
dbus = "0.9.7"
keyring = { version = "3.6.3", features = ["sync-secret-service"] }
# D-Bus codegen only on Linux
[target.'cfg(target_os = "linux")'.build-dependencies]