podal/Cargo.toml

19 lines
432 B
TOML
Raw Normal View History

2023-07-23 18:50:59 +01:00
[package]
name = "podal"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
atom_syndication = "0.12.1"
reqwest = { version = "0.11.18", features = ["json", "blocking"] }
scraper = "0.17.1"
clap = {version = "4.3.19", features = ["derive"]}
bytes = "1.4.0"
anyhow = "1.0.72"
[dev-dependencies]
tempfile = "*"
pretty_assertions = "*"