podal/Cargo.toml
Paul Campbell 9d578c2d86
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
i3-cli-download-dir (#12)
Closes kemitix/podal#3

Reviewed-on: #12
Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
Co-committed-by: Paul Campbell <pcampbell@kemitix.net>
2023-08-06 12:14:02 +01:00

17 lines
414 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.1"
reqwest = { version = "0.11.18", features = ["json", "blocking"] }
scraper = "0.17.1"
clap = {version = "4.3.19", features = ["derive"]}
bytes = "1.4.0"
[dev-dependencies]
tempfile = "*"
pretty_assertions = "*"