From c9bdd512bcfc751bdd18e71c3e8fdd0168c3bcb0 Mon Sep 17 00:00:00 2001 From: Magnus Hallin Date: Sun, 11 Sep 2016 22:03:50 +0200 Subject: [PATCH] Bump version and update metadata --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58e1a9ae..225c3da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,13 @@ [package] name = "juniper" -version = "0.5.0" +version = "0.5.1" authors = ["Magnus Hallin "] description = "GraphQL server library" license = "BSD-2-Clause" +documentation = "http://mhallin.github.io/juniper" +repository = "https://github.com/mhallin/juniper" +readme = "README.md" +keywords = ["graphql", "server", "iron", "http", "web"] [features] default = []