summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLia Lenckowski <lialenck@protonmail.com>2024-08-03 19:34:30 +0200
committerLia Lenckowski <lialenck@protonmail.com>2024-08-03 19:34:30 +0200
commit89a32e683162200a10272f3b902fc1ea72b68f39 (patch)
tree7f48e64ea2d9d605930126f2b71d99674c386c0e /Cargo.toml
parent33132cf54d487c4b32d2fe0013cbe42997de78e8 (diff)
downloadmaesch-89a32e683162200a10272f3b902fc1ea72b68f39.tar
maesch-89a32e683162200a10272f3b902fc1ea72b68f39.tar.bz2
maesch-89a32e683162200a10272f3b902fc1ea72b68f39.tar.zst
blub
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"