summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f38b0dc..4adf19e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,10 @@
[package]
-name = "lia-muffin-wg-tool"
+name = "mäsch"
version = "0.1.0"
edition = "2021"
[dependencies]
+redb = "2"
+# TODO mal gucken ob das weiterhin so gut ist
+tokio = { version = "1", features = ["rt", "net", "macros", "io-util"] }
+xdg = "2"