async-graphql-relay 0.3.0

Relay support for async-graphql
Documentation
[package]
name = "async-graphql-relay"
description = "Relay support for async-graphql"
version = "0.3.0"
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
edition = "2018"
license = "MIT"

homepage = "https://github.com/oscartbeaumont/async-graphql-relay"
documentation = "https://docs.rs/async-graphql-relay"
repository = "https://github.com/oscartbeaumont/async-graphql-relay"
readme = "README.md"

keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]

[dependencies]
async-graphql-relay-derive = { path = "derive", version = "^0.3" }

[dev-dependencies]
async-graphql = "2.8.5"
tokio = { version = "0.2.22", features = ["full"] }

[workspace]
members = [
    "derive",
    "example"
]