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 = []