remove log crate (in favor of tracing)
All checks were successful
CI/CD Pipeline / test (push) Successful in 2m9s

This commit is contained in:
2024-02-27 15:24:39 +01:00
parent b4d464506c
commit 2f077a447c
10 changed files with 41 additions and 69 deletions

View File

@@ -11,13 +11,12 @@ time = { version = "0.3", features = [ "formatting" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
roxmltree = "0.19"
env_logger = "0.11"
log = "0.4"
tqdm = "0.6"
toml = "0.8"
clap = { version = "4.5.0", features = ["derive"] }
directories = "5.0"
regex = "1.10"
tracing = "0.1"
[dev-dependencies]
pretty_assertions = "1.4"