This repository has been archived on 2024-09-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hardownload/Cargo.toml
2020-06-21 14:28:39 +08:00

19 lines
506 B
TOML

[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 = { version = "0.10", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4.8"
pretty_env_logger = "0.4.0"
url = "2.1.1"
lazy_static = "1.4.0"