1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00
examples/juniper/Cargo.toml
2019-03-10 19:19:50 -07:00

16 lines
333 B
TOML

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