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

17 lines
499 B
TOML
Raw Normal View History

2023-06-27 15:54:04 +02:00
[package]
name = "listload"
version = "0.1.0"
edition = "2021"
2023-06-27 18:19:53 +02:00
license = "EUPL-1.2"
2023-06-27 15:54:04 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
2023-06-27 18:02:49 +02:00
clap = { version = "4.3.8", features = ["cargo", "derive", "env", "wrap_help"] }
directories = "5.0.1"
2023-06-27 15:54:04 +02:00
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"