juniper/integration_tests/codegen_fail/Cargo.toml
Jordão Rodrigues Oliveira Rosario 739cc3bfc2
Upgraded tokio, warp, hyper and actix (#912)
* Upgraded tokio, warp, hyper and actix

* Code formatting

* actix-web temporary version fix specification

* Error handling fix on juniper_rocket

Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
2021-06-28 20:22:45 -10:00

14 lines
No EOL
296 B
TOML

[package]
name = "juniper_codegen_tests"
version = "0.1.0"
publish = false
edition = "2018"
[dependencies]
juniper = { path = "../../juniper" }
futures = "0.3.1"
[dev-dependencies]
serde_json = { version = "1" }
tokio = { version = "1", features = ["rt", "time", "macros"] }
trybuild = "1.0.25"