2019-08-19 15:40:22 -05:00
|
|
|
[package]
|
|
|
|
name = "warp_async"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2018"
|
2020-07-21 02:38:22 -05:00
|
|
|
publish = false
|
2020-06-14 08:26:18 -05:00
|
|
|
authors = ["Christoph Herzog <chris@theduke.at>"]
|
2019-08-19 15:40:22 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2020-06-14 08:26:18 -05:00
|
|
|
juniper = { git = "https://github.com/graphql-rust/juniper" }
|
|
|
|
juniper_warp = { git = "https://github.com/graphql-rust/juniper" }
|
|
|
|
|
2020-10-19 04:23:17 -05:00
|
|
|
env_logger = "0.8.1"
|
2019-11-12 05:33:12 -06:00
|
|
|
futures = { version = "0.3.1", features = ["compat"] }
|
2020-06-14 08:26:18 -05:00
|
|
|
log = "0.4.8"
|
|
|
|
reqwest = { version = "0.10", features = ["rustls-tls"] }
|
2020-03-18 22:31:36 -05:00
|
|
|
tokio = { version = "0.2", features = ["rt-core", "macros"] }
|
2020-06-14 08:26:18 -05:00
|
|
|
warp = "0.2"
|