Use logging
This commit is contained in:
parent
719eab73b8
commit
cca44441b5
3 changed files with 62 additions and 4 deletions
|
|
@ -9,6 +9,8 @@ edition = "2018"
|
|||
[dependencies]
|
||||
anyhow = "1.0.41"
|
||||
clap = "3.0.0-beta.2"
|
||||
env_logger = "0.8.4"
|
||||
log = "0.4.14"
|
||||
serde = { version = "1.0.126", features = ["derive"] }
|
||||
serde_json = "1.0.64"
|
||||
ureq = { version = "2.1.1", features = ["json"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue