deps: 加入 xml 和模板库

This commit is contained in:
amtoaer
2024-03-30 01:40:09 +08:00
parent 40ad37befc
commit 51b319ffd5
2 changed files with 24 additions and 0 deletions
+2
View File
@@ -25,7 +25,9 @@ regex = "1.10.3"
chrono = { version = "0.4.35", features = ["serde"] }
env_logger = "0.11.3"
log = "0.4.21"
tinytemplate = "1.2.1"
futures = "0.3.30"
quick-xml = { version = "0.31.0", features = ["async-tokio"] }
entity = { path = "entity" }
migration = { path = "migration" }