summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7cb0994..35fcdc4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"