podal/Cargo.toml
Renovate Bot 27ed12788f
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
Update Rust crate reqwest to 0.12.4
2024-04-25 10:01:26 +00:00

18 lines
429 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.2"
reqwest = { version = "0.12.4", features = ["json", "blocking"] }
scraper = "0.19"
clap = {version = "4.5", features = ["derive"]}
bytes = "1.6"
anyhow = "1.0.82"
[dev-dependencies]
tempfile = "3.10"
pretty_assertions = "1.4"