rust-graphql-goof/Cargo.toml

18 lines
419 B
TOML

[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"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[dependencies.rocket_contrib]
version = "0.4.10"
default-features = false
features = ["json"]