juniper/integration_tests/async_await/Cargo.toml

14 lines
258 B
TOML
Raw Normal View History

2019-08-18 14:36:44 -05:00
[package]
name = "async_await"
version = "0.1.0"
authors = ["Christoph Herzog <chris@theduke.at>"]
edition = "2018"
2020-01-21 10:04:08 -06:00
[features]
async = []
2019-08-18 14:36:44 -05:00
[dependencies]
juniper = { path = "../../juniper", features = ["async"] }
futures = "=0.3.1"
tokio = "=0.2.0-alpha.6"