This commit is contained in:
quantulr
2023-11-14 13:00:39 +08:00
parent e0fe8f6a09
commit 008eb15fb1
9 changed files with 134 additions and 3 deletions

View File

@ -9,7 +9,10 @@ edition = "2021"
axum = "0.6.20"
chrono = "0.4.31"
dotenvy = "0.15.7"
hyper = { version = "0.14.27", features = ["full"] }
sea-orm = { version = "0.12.4", features = ["sqlx-mysql", "runtime-tokio-native-tls", "macros"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
tokio = { version = "1.34.0", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.4.4", features = ["fs"] }