feat: add basic rss feat support

This commit is contained in:
Jet 2026-03-23 13:55:52 -07:00
parent 183b2c2c88
commit 452b8b49c3
No known key found for this signature in database
13 changed files with 232 additions and 166 deletions

View file

@ -3,6 +3,9 @@ name = "noisebell-common"
version = "0.1.0"
edition = "2021"
[lints]
workspace = true
[dependencies]
axum = "0.8"
serde = { version = "1.0", features = ["derive"] }