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-17 08:21:04 +08:00

15 lines
383 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 = "0.10.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"