summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 7 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 35fcdc4..1d1fb6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,17 +5,18 @@ edition = "2021"
[dependencies]
atomic-write-file = "0"
+base64 = "0"
clap = { version = "4.5.13", features = ["derive"] }
+dbus = "0"
+dbus-crossroads = "0"
+dbus-tokio = "0"
defguard_wireguard_rs = "0"
env_logger = "0"
+futures = "0"
log = "0"
+rand = "0"
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"
+xdg = "2"