Add markdown support

This commit is contained in:
2024-11-10 01:57:18 +01:00
parent eea2472f6b
commit cc99eecedd
6 changed files with 32 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ axum = { version = "0.7.5", features = ["multipart"] }
include_dir = "0.7"
uuid = { version = "1.6.0", features = ["v4"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
markdown = "1.0.0-alpha.21"
# view engine i18n
fluent-templates = { version = "0.8.0", features = ["tera"] }
@@ -45,6 +46,7 @@ axum-range = "0.4.0"
axum-extra = { version = "0.9.4", features = ["multipart", "typed-header", "cookie"] }
bytes = "1.8.0"
tera = "1.20.0"
# /view engine
[[bin]]