summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4adf19e..e38f5a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,10 @@ edition = "2021"
[dependencies]
redb = "2"
-# TODO mal gucken ob das weiterhin so gut ist
-tokio = { version = "1", features = ["rt", "net", "macros", "io-util"] }
+serde = { version = "1", features = ["derive"] }
+serde_json = "1"
xdg = "2"
+env_logger = "0"
+log = "0"
+thiserror = "1"
+clap = { version = "4.5.13", features = ["derive"] }