1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/juniper/Cargo.toml
2018-07-16 12:36:53 +06:00

20 lines
340 B
TOML

[package]
name = "juniper-example"
version = "0.1.0"
authors = ["pyros2097 <pyros2097@gmail.com>"]
workspace = "../"
[dependencies]
env_logger = "0.5"
actix = "0.7"
#actix-web = "^0.7"
actix-web = { git = "https://github.com/actix/actix-web.git" }
futures = "0.1"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
juniper = "0.9.2"