server: basic graphql thread show, no body support yet.

This commit is contained in:
2023-11-26 13:13:04 -08:00
parent 0737f5aac5
commit 447a4a3387
4 changed files with 161 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ async-graphql = { version = "6.0.11", features = ["log"] }
async-graphql-rocket = "6.0.11"
rocket_cors = "0.6.0"
rayon = "1.8.0"
memmap = "0.7.0"
mailparse = "0.14.0"
[dependencies.rocket_contrib]
version = "0.4.11"