deps: 添加日志相关依赖

This commit is contained in:
amtoaer
2024-03-27 23:24:41 +08:00
parent 247248850c
commit 803feb0f41
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -23,6 +23,8 @@ hex = "0.4.3"
rand = "0.8.5"
regex = "1.10.3"
chrono = { version = "0.4.35", features = ["serde"] }
env_logger = "0.11.3"
log = "0.4.21"
entity = { path = "entity" }
migration = { path = "migration" }