start including tracing
All checks were successful
CI/CD Pipeline / test (push) Successful in 2m11s

This commit is contained in:
2024-02-27 16:03:24 +01:00
parent 2f077a447c
commit cb55a074d7
7 changed files with 152 additions and 12 deletions

View File

@ -17,6 +17,7 @@ clap = { version = "4.5.0", features = ["derive"] }
directories = "5.0"
regex = "1.10"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[dev-dependencies]
pretty_assertions = "1.4"