2019-08-19 22:40:22 +02:00
|
|
|
[package]
|
|
|
|
name = "warp_async"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2018"
|
2020-07-20 21:38:22 -10:00
|
|
|
publish = false
|
2020-06-14 16:26:18 +03:00
|
|
|
authors = ["Christoph Herzog <chris@theduke.at>"]
|
2019-08-19 22:40:22 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2021-01-26 17:41:03 +00:00
|
|
|
juniper = { path = "../../juniper" }
|
|
|
|
juniper_warp = { path = "../../juniper_warp" }
|
2020-06-14 16:26:18 +03:00
|
|
|
|
2020-10-19 12:23:17 +03:00
|
|
|
env_logger = "0.8.1"
|
2020-10-19 19:42:27 +03:00
|
|
|
futures = "0.3.1"
|
2020-06-14 16:26:18 +03:00
|
|
|
log = "0.4.8"
|
2021-01-05 22:44:11 -10:00
|
|
|
reqwest = { version = "0.11", features = ["rustls-tls"] }
|
2021-06-29 03:22:45 -03:00
|
|
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
|
|
|
warp = "0.3"
|