mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
feat(webapi): impl atom feed and use tag URI for feed id
This commit is contained in:
parent
94e5913513
commit
487099474f
6 changed files with 222 additions and 59 deletions
|
@ -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. ¯\_(ツ)_/¯
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue