mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
update juniper example
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user