diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2024-08-03 19:34:30 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2024-08-03 19:34:30 +0200 |
commit | 89a32e683162200a10272f3b902fc1ea72b68f39 (patch) | |
tree | 7f48e64ea2d9d605930126f2b71d99674c386c0e /Cargo.toml | |
parent | 33132cf54d487c4b32d2fe0013cbe42997de78e8 (diff) | |
download | maesch-89a32e683162200a10272f3b902fc1ea72b68f39.tar maesch-89a32e683162200a10272f3b902fc1ea72b68f39.tar.bz2 maesch-89a32e683162200a10272f3b902fc1ea72b68f39.tar.zst |
blub
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |