dlrs/Cargo.toml

14 lines
334 B
TOML
Raw Normal View History

2022-05-31 15:48:09 +02:00
[package]
name = "rusty-wgdl"
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"
2022-06-02 00:19:04 +02:00
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1.18.2", features = ["full"] }
serde_json = "1.0"