implement an Atom RSS feed

This commit is contained in:
2023-11-29 13:30:51 -05:00
parent 5e5be16ee0
commit 9d497f0aaf
3 changed files with 58 additions and 7 deletions

2
Cargo.lock generated
View File

@@ -184,7 +184,9 @@ version = "0.1.0"
dependencies = [
"atom_syndication",
"axum",
"bytes",
"error-stack",
"mime",
"redb",
"serde",
"thiserror",