0
0
mirror of https://github.com/TeFiLeDo/listload.git synced 2024-11-01 10:06:16 +01:00
listload/Cargo.toml

15 lines
434 B
TOML
Raw Normal View History

2023-06-27 15:54:04 +02:00
[package]
name = "listload"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.8", features = ["derive", "env"] }
downloader = { version = "0.2.7", default-features = false, features = ["rustls-tls"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.99"
toml = "0.7.5"