feat(webapi): impl atom feed and use tag URI for feed id

This commit is contained in:
oxalica 2024-09-23 20:29:24 -04:00
parent 94e5913513
commit 487099474f
6 changed files with 222 additions and 59 deletions

View file

@ -11,6 +11,7 @@ clap = { version = "4", features = ["derive"] }
ed25519-dalek = "2"
futures-util = "0.3"
hex = { version = "0.4", features = ["serde"] }
html-escape = "0.2"
http-body-util = "0.1"
humantime = "2"
parking_lot = "0.12" # Maybe no better performance, just that we hate poisoning. ¯\_(ツ)_/¯