bib-watcher/Cargo.toml
2023-12-15 15:30:01 +01:00

15 lines
390 B
TOML

[package]
name = "bib-watcher"
version = "0.4.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.17.1"
config = { version = "0.13.1", features = ["json"], default-features = false}
serde_json = "1.0.108"