1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

update juniper example

This commit is contained in:
Rob Ede
2022-02-17 20:37:51 +00:00
parent 7857ac65f8
commit 7a3fc52a70
5 changed files with 44 additions and 50 deletions

View File

@ -4,10 +4,13 @@ version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = "3"
actix-cors = "0.4.0"
env_logger = "0.8"
serde = "1.0.103"
serde_json = "1.0.44"
serde_derive = "1.0.103"
actix-web = "4.0.0-rc.3"
actix-web-lab = "0.10"
actix-cors = "0.6.0-beta.10"
juniper = "0.15"
env_logger = "0.9"
log = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"