picup/Cargo.toml

12 lines
322 B
TOML

[package]
name = "picup"
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.79"
clap = { version = "4.4.13", features = ["derive"] }
reqwest = { version = "0.11.23", features = ["gzip", "stream", "blocking"] }