2019-08-19 15:40:22 -05:00
|
|
|
[package]
|
2022-04-08 09:44:50 -05:00
|
|
|
name = "example_warp_async"
|
|
|
|
version = "0.0.0"
|
2019-08-19 15:40:22 -05:00
|
|
|
edition = "2018"
|
2020-06-14 08:26:18 -05:00
|
|
|
authors = ["Christoph Herzog <chris@theduke.at>"]
|
2022-04-08 09:44:50 -05:00
|
|
|
publish = false
|
2019-08-19 15:40:22 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2022-04-08 09:44:50 -05:00
|
|
|
env_logger = "0.9"
|
|
|
|
futures = "0.3"
|
2021-01-26 11:41:03 -06:00
|
|
|
juniper = { path = "../../juniper" }
|
|
|
|
juniper_warp = { path = "../../juniper_warp" }
|
2022-04-08 09:44:50 -05:00
|
|
|
log = "0.4"
|
2021-01-06 02:44:11 -06:00
|
|
|
reqwest = { version = "0.11", features = ["rustls-tls"] }
|
2022-04-08 09:44:50 -05:00
|
|
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
2021-06-29 01:22:45 -05:00
|
|
|
warp = "0.3"
|