feat: some changes to logging
All checks were successful
/ check (push) Successful in 37s

This commit is contained in:
Didier Slof 2023-07-17 12:13:14 +02:00
parent 6fd8d5e45e
commit 1a95046b87
Signed by: didier
GPG key ID: 01E71F18AA4398E5
3 changed files with 30 additions and 14 deletions

View file

@ -11,3 +11,4 @@ log = "0.4.19"
regex = "1.9.1"
manifest = { path = "../manifest" }
clap = { version = "4.3.12", features = ["derive"] }
colored = "2.0.4"