Set description and license in Cargo.toml
This commit is contained in:
parent
643a7b4512
commit
3400d0e107
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
name = "juniper"
|
name = "juniper"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
|
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
|
||||||
|
description = "GraphQL server library"
|
||||||
|
license = "BSD-2-Clause"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue