juniper/integration_tests/async_await/Cargo.toml
2020-07-20 21:38:22 -10:00

11 lines
No EOL
272 B
TOML

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