add images to rss feed
Some checks failed
test / cargo test (push) Failing after 1m8s

This commit is contained in:
2024-11-24 14:06:14 +01:00
parent 96ead1a38f
commit fec60900f5
2 changed files with 19 additions and 2 deletions

View File

@ -26,6 +26,7 @@ rayon = "1.10.0"
syntect = "5.2.0"
indoc = "2.0.5"
askama_escape = "0.10.3"
mime_guess = "2.0.5"
[build]
rustflags = ["-Z", "threads=8"]