Improve CLI

This commit is contained in:
Jonas Zeunert
2024-04-22 23:09:20 +02:00
parent f6d6fd43d2
commit 2b6c363fca
3 changed files with 82 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
env_logger = "0.11.3"
lazy_static = "1.4.0"
log = "0.4.21"