bib-watcher/Cargo.toml

15 lines
390 B
TOML
Raw Normal View History

2023-01-17 19:46:56 +00:00
[package]
name = "bib-watcher"
version = "0.4.0"
2023-01-17 19:46:56 +00:00
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}
2023-11-09 18:50:06 +00:00
serde_json = "1.0.108"