deps: 添加 chrono 依赖

This commit is contained in:
amtoaer
2024-03-27 00:36:23 +08:00
parent dff259e0ac
commit 0320d30ab2
3 changed files with 5 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ rsa = { version = "0.9.6", features = ["sha2"] }
hex = "0.4.3"
rand = "0.8.5"
regex = "1.10.3"
chrono = { version = "0.4.35", features = ["serde"] }
entity = { path = "entity" }
migration = { path = "migration" }