mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-05 07:28:04 +08:00
deps: tinytemplate 不能作为 static 使用,换用 handlebars
This commit is contained in:
+2
-1
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user