bib-watcher/Cargo.toml

14 lines
367 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.17.1"
config = { version = "0.13.1", features = ["json"], default-features = false}