Log crate

This commit is contained in:
daladim 2021-02-21 00:14:55 +01:00
parent 6c94881b5a
commit 0f081f78b4
2 changed files with 6 additions and 2 deletions

View file

@ -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"