421b343398
Additionally: - remove obsolete benches in benches/ dir - restore benches in juniper/benches/ dir
17 lines
463 B
TOML
17 lines
463 B
TOML
[package]
|
|
name = "warp_async"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
publish = false
|
|
authors = ["Christoph Herzog <chris@theduke.at>"]
|
|
|
|
[dependencies]
|
|
juniper = { git = "https://github.com/graphql-rust/juniper" }
|
|
juniper_warp = { git = "https://github.com/graphql-rust/juniper" }
|
|
|
|
env_logger = "0.8.1"
|
|
futures = "0.3.1"
|
|
log = "0.4.8"
|
|
reqwest = { version = "0.10", features = ["rustls-tls"] }
|
|
tokio = { version = "0.2", features = ["rt-core", "macros"] }
|
|
warp = "0.2"
|