dlrs/Cargo.toml
2022-06-06 11:56:52 +03:00

15 lines
356 B
TOML

[package]
name = "rusty-downloader"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "3.1.18"
regex = "1.5.6"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1.18.2", features = ["full"] }
serde_json = "1.0"
futures = "0.3"