Init repo

This commit is contained in:
2024-11-29 20:51:17 +01:00
commit 3f0b99c5df
6 changed files with 1728 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "rainbowrss"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.93"
reqwest = { version = "0.12.9", features = ["blocking"] }
rss = "2.0.11"