rainbowrss/Cargo.toml

11 lines
193 B
TOML
Raw Normal View History

2024-11-29 20:51:17 +01:00
[package]
name = "rainbowrss"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.93"
2024-11-29 21:38:30 +01:00
chrono = "0.4.38"
2024-11-29 21:20:46 +01:00
feed-rs = "2.2.0"
2024-11-29 20:51:17 +01:00
reqwest = { version = "0.12.9", features = ["blocking"] }