diff options
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" |