podal/Cargo.toml
Paul Campbell 12d44bd3c4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update-deps (#18)
Reviewed-on: #18
Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
Co-committed-by: Paul Campbell <pcampbell@kemitix.net>
2024-01-20 19:47:13 +00:00

18 lines
421 B
TOML

[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.18"
clap = {version = "4.3", features = ["derive"]}
bytes = "1.4"
anyhow = "1.0"
[dev-dependencies]
tempfile = "3.9"
pretty_assertions = "1.4"