Add markdown support
This commit is contained in:
@@ -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]]
|
||||
|
Reference in New Issue
Block a user