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]
|
2021-01-26 11:41:03 -06:00
|
|
|
juniper = { path = "../../juniper" }
|
|
|
|
juniper_warp = { path = "../../juniper_warp" }
|
2020-06-14 08:26:18 -05:00
|
|
|
|
2021-07-16 04:01:18 -05:00
|
|
|
env_logger = "0.9"
|
2020-10-19 11:42:27 -05:00
|
|
|
futures = "0.3.1"
|
2020-06-14 08:26:18 -05:00
|
|
|
log = "0.4.8"
|
2021-01-06 02:44:11 -06:00
|
|
|
reqwest = { version = "0.11", features = ["rustls-tls"] }
|
2021-06-29 01:22:45 -05:00
|
|
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
|
|
|
warp = "0.3"
|