Set description and license in Cargo.toml

This commit is contained in:
Magnus Hallin 2016-09-11 21:46:33 +02:00
parent 643a7b4512
commit 3400d0e107

View file

@ -2,6 +2,8 @@
name = "juniper"
version = "0.5.0"
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
description = "GraphQL server library"
license = "BSD-2-Clause"
[features]
default = []