juniper/integration_tests/async_await/Cargo.toml

11 lines
272 B
TOML
Raw Normal View History

2019-08-18 14:36:44 -05:00
[package]
name = "async_await"
version = "0.1.0"
edition = "2018"
2019-08-18 14:36:44 -05:00
authors = ["Christoph Herzog <chris@theduke.at>"]
2020-07-21 02:38:22 -05:00
publish = false
2019-08-18 14:36:44 -05:00
[dependencies]
juniper = { path = "../../juniper" }
futures = "0.3.1"
2020-01-22 01:37:45 -06:00
tokio = { version = "0.2", features = ["rt-core", "time", "macros"] }