juniper/integration_tests/async_await/Cargo.toml
2020-01-22 07:56:03 -08:00

13 lines
No EOL
302 B
TOML

[package]
name = "async_await"
version = "0.1.0"
authors = ["Christoph Herzog <chris@theduke.at>"]
edition = "2018"
[features]
async = []
[dependencies]
juniper = { path = "../../juniper", features = ["async"] }
futures = "=0.3.1"
tokio = { version = "0.2", features = ["rt-core", "time", "macros"] }