diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,3 +13,9 @@ serde_json = "1" serde = { version = "1", features = ["derive"] } thiserror = "1" xdg = "2" + +tokio = { version = "1", features = ["full"] } # TODO features restricten +dbus = "0" +dbus-tokio = "0" +dbus-crossroads = "0" +futures = "0" |