2019-08-18 14:36:44 -05:00
|
|
|
[package]
|
|
|
|
name = "async_await"
|
|
|
|
version = "0.1.0"
|
2020-10-19 11:42:27 -05:00
|
|
|
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]
|
2020-03-09 01:20:11 -05:00
|
|
|
juniper = { path = "../../juniper" }
|
2020-02-04 02:57:47 -06:00
|
|
|
futures = "0.3.1"
|
2021-06-29 01:22:45 -05:00
|
|
|
tokio = { version = "1", features = ["rt", "time", "macros"] }
|