escape strings in feeds

This commit is contained in:
2025-10-25 23:55:56 +01:00
parent cc5528f170
commit 78c3780651
3 changed files with 13 additions and 1 deletions

View File

@@ -8,3 +8,4 @@ poem = "3.1.12"
poem-openapi = { version = "5.1.16", features = ["swagger-ui"] }
rusqlite = "0.37.0"
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
xml = "1.0.1"