Implement proper logging
The `log` and `env_logger` crates are used for logging.
This commit is contained in:
parent
c8505b27c5
commit
82ccbf0a7e
3 changed files with 59 additions and 17 deletions
|
@ -13,3 +13,5 @@ serde_yaml = "0.8"
|
|||
regex = "1.4"
|
||||
dirs = "3.0"
|
||||
anyhow = "1.0"
|
||||
log = "0.4"
|
||||
env_logger = "0.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue