deps: 继续添加依赖

This commit is contained in:
amtoaer
2024-03-29 00:23:41 +08:00
parent d7a7389afc
commit 855ef5e0f2
2 changed files with 3 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ regex = "1.10.3"
chrono = { version = "0.4.35", features = ["serde"] }
env_logger = "0.11.3"
log = "0.4.21"
futures = "0.3.30"
entity = { path = "entity" }
migration = { path = "migration" }