Add dependencies

This commit is contained in:
Sergey Isaev 2020-08-08 21:12:52 +03:00
parent b2c40649f6
commit 5f059eae4b

View File

@ -32,9 +32,11 @@ clap = { version = "2.33.0" }
colored = { version = "2.0" }
env_logger = { version = "0.7" }
from-pest = { version = "0.3.1" }
lazy_static = { version = "1.4.0" }
log = { version = "0.4" }
rand = { version = "0.7" }
rand_core = { version = "0.5.1" }
reqwest = { version = "0.10.7", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
toml = { version = "0.5" }