2023-07-23 18:50:59 +01:00
|
|
|
[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"
|
2023-07-25 10:28:38 +01:00
|
|
|
clap = "4.3.19"
|
2023-07-29 20:36:03 +01:00
|
|
|
bytes = "1.4.0"
|
2023-07-25 16:57:08 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tempfile = "*"
|
2023-08-05 06:50:00 +01:00
|
|
|
pretty_assertions = "*"
|