picup/Cargo.toml

13 lines
362 B
TOML
Raw Normal View History

2024-01-07 00:00:56 -05:00
[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"] }
tokio = { version = "1.35.1", features = ["full"] }