rust-graphql-goof/Cargo.toml

17 lines
369 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"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[dependencies.rocket]
version = "0.5.0-rc.1"
features = ["json"]