init commit

This commit is contained in:
2020-06-17 08:21:04 +08:00
parent f81ec4a117
commit c58d9a8770
8 changed files with 1305 additions and 4 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "hardownload"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "0.2.6", features = ["full"] }
clap = "2.33.1"
reqwest = "0.10.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"