[package] name = "rust-graphql-example" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] juniper_rocket = "0.8.0" juniper = "0.15.7" rocket = "0.5.0-rc.1"