[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"
reqwest = { version = "0.11", features = ["json", "blocking"] }
scraper = "0.19"
clap = {version = "4.5", features = ["derive"]}
bytes = "1.5"
anyhow = "1.0"
[dev-dependencies]
tempfile = "3.10"
pretty_assertions = "1.4"