Paul Campbell
4e2ce4b89e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Closes kemitix/podal#5 Reviewed-on: #10 Co-authored-by: Paul Campbell <pcampbell@kemitix.net> Co-committed-by: Paul Campbell <pcampbell@kemitix.net>
17 lines
379 B
TOML
17 lines
379 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 = "4.3.19"
|
|
bytes = "1.4.0"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "*"
|
|
pretty_assertions = "*"
|