fill download

This commit is contained in:
2020-06-19 01:13:18 +08:00
parent 6d8c4acf34
commit 2294a2f5d3
5 changed files with 160 additions and 20 deletions

View File

@@ -9,6 +9,8 @@ edition = "2018"
[dependencies]
tokio = { version = "0.2.6", features = ["full"] }
clap = "2.33.1"
reqwest = "0.10.6"
reqwest = { version = "0.10", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4.8"
env_logger = "0.7.1"