From 3fe3c761069d94c45d1390893ea4239453746c1e Mon Sep 17 00:00:00 2001 From: Magnus Hallin Date: Sat, 4 Feb 2017 11:36:39 +0100 Subject: [PATCH] Add package to web programming category --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ea97f5df..4a0fd28c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ documentation = "http://mhallin.github.io/juniper" repository = "https://github.com/mhallin/juniper" readme = "README.md" keywords = ["graphql", "server", "iron", "http", "web"] +categories = ["web-programming"] [[bench]] name = "bench"