This commit is contained in:
2022-07-18 22:57:33 +02:00
parent 86cc2ea889
commit ea61ba9ed7
17 changed files with 1050 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
axum = { version = "0.5.6" }
axum-extra = { version = "0.3.6", features = ["spa"] }
futures = "0.3.21"
tower-http = { version = "0.3.3", features = ["cors", "trace"] }
async-graphql = { version = "4.0.0", features = [
@@ -27,5 +28,6 @@ reqwest = { version = "*", default-features = false, features = [
"rustls-tls",
"json",
] }
hyper = { version = "*" }
scel_core = {path = "../scel_core"}
scel_core = { path = "../scel_core" }