async-graphql/async-graphql-tide/Cargo.toml
Sunli 3271b7ab5d Release 1.17.9
async-graphql@1.17.9
async-graphql-tide@1.17.9

Generated by cargo-workspaces
2020-08-16 10:54:17 +08:00

26 lines
724 B
TOML

[package]
name = "async-graphql-tide"
version = "1.17.9"
authors = ["vkill <vkill.net@gmail.com>"]
edition = "2018"
description = "async-graphql for tide"
publish = true
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
homepage = "https://github.com/async-graphql/async-graphql"
repository = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "..", version = "1.17.2" }
tide = "0.13.0"
async-trait = "0.1.36"
serde_json = "1.0.56"
futures = "0.3.5"
async-std = "1.6.2"
[dev-dependencies]
smol = { version = "0.1.18", features = ["tokio02"] }
reqwest = "0.10.6"