bib-watcher/Cargo.toml
2023-01-17 19:46:56 +00:00

13 lines
289 B
TOML

[package]
name = "bib-watcher"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.23"
reqwest = { version = "0.11.13", features = ["blocking"]}
rss = "2.0.2"
scraper = "0.14.0"