[package] name = "juniper-example" version = "0.1.0" authors = ["pyros2097 "] 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"