72ed45a77c
- remove `cargo-make` integration - rework CI pipeline more granular and precise - rework releasing process - tune up project layout - fill up new CHANGELOGs Additionally: - fix latest nightly/stable Rust inconsistencies
16 lines
427 B
TOML
16 lines
427 B
TOML
[package]
|
|
name = "example_warp_async"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
authors = ["Christoph Herzog <chris@theduke.at>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
env_logger = "0.9"
|
|
futures = "0.3"
|
|
juniper = { path = "../../juniper" }
|
|
juniper_warp = { path = "../../juniper_warp" }
|
|
log = "0.4"
|
|
reqwest = { version = "0.11", features = ["rustls-tls"] }
|
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
|
warp = "0.3"
|