more build optimization
This commit is contained in:
parent
267a8c11c3
commit
5ca02948df
9 changed files with 1429 additions and 246 deletions
|
@ -11,7 +11,7 @@ serde = "1.0.149"
|
|||
async-graphql = { version = "5.0.3", features = ["chrono"] }
|
||||
axum = "0.6.1"
|
||||
sqlx = { version = "0.6.2", features = [ "runtime-tokio-native-tls", "postgres", "chrono" ] }
|
||||
tokio = { version = "1.23.0" }
|
||||
tokio = { version = "1.23.0", features = ["macros"] }
|
||||
tower-http = { version = "0.3.5", features = ["cors"] }
|
||||
lazy_static = "1.4.0"
|
||||
reqwest = "0.11.13"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue