d33db983de
This crate will contain multiple custom_derive implementations. For now, only enum is supported.
19 lines
463 B
TOML
19 lines
463 B
TOML
[package]
|
|
name = "juniper_codegen"
|
|
version = "0.8.1"
|
|
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
|
|
description = "Internal custom derive trait for Juniper GraphQL"
|
|
license = "BSD-2-Clause"
|
|
documentation = "https://docs.rs/juniper"
|
|
repository = "https://github.com/mhallin/juniper"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "0.11.11"
|
|
quote = "0.3.15"
|
|
|
|
[badges]
|
|
travis-ci = { repository = "mhallin/juniper" }
|
|
appveyor = { repository = "mhallin/juniper" }
|