From d7b2a14caad81057e597a1f020d7c8510f3eb454 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Wed, 7 Jun 2017 11:21:23 +0100 Subject: [PATCH] Add categories --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e960c38..d401aa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.12.4" +version = "0.12.5" authors = ["Abhishek Chanda ", "Linus Färnstrand "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0" @@ -8,6 +8,7 @@ repository = "https://github.com/achanda/ipnetwork" keywords = ["network", "ip", "address"] readme = "README.md" documentation = "https://docs.rs/ipnetwork/" +categories = ["network-programming", "os"] [dependencies] clippy = {version = "0.0.104", optional = true}