diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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"] } |