deps: tinytemplate 不能作为 static 使用,换用 handlebars

This commit is contained in:
amtoaer
2024-03-30 14:46:18 +08:00
parent 0d10f92ee3
commit f13e7c319e
2 changed files with 69 additions and 12 deletions
+2 -1
View File
@@ -25,9 +25,10 @@ regex = "1.10.3"
chrono = { version = "0.4.35", features = ["serde"] }
env_logger = "0.11.3"
log = "0.4.21"
tinytemplate = "1.2.1"
handlebars = "5.1.2"
futures = "0.3.30"
quick-xml = { version = "0.31.0", features = ["async-tokio"] }
once_cell = "1.19.0"
entity = { path = "entity" }
migration = { path = "migration" }