juniper/examples/warp_async/Cargo.toml

18 lines
422 B
TOML
Raw Normal View History

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
authors = ["Christoph Herzog <chris@theduke.at>"]
2019-08-19 15:40:22 -05:00
[dependencies]
juniper = { path = "../../juniper" }
juniper_warp = { path = "../../juniper_warp" }
env_logger = "0.9"
futures = "0.3.1"
log = "0.4.8"
reqwest = { version = "0.11", features = ["rustls-tls"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
warp = "0.3"