Log crate
This commit is contained in:
parent
6c94881b5a
commit
0f081f78b4
2 changed files with 6 additions and 2 deletions
|
@ -7,6 +7,8 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.8"
|
||||
log = "0.4"
|
||||
tokio = { version = "1.2", features = ["macros", "rt"]}
|
||||
uuid = "0.8"
|
||||
reqwest = "0.11"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue