This commit is contained in:
bluepython508
2023-10-08 18:14:28 +01:00
parent f34b975c88
commit 953dc55b32
3 changed files with 624 additions and 2 deletions

View File

@@ -6,3 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
color-eyre = "0.6.2"
eyre = "0.6.8"
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }