From a140045d03cd2ebbe3172870ae7b41353d6b048d Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Wed, 28 Dec 2016 17:07:18 +0000 Subject: [PATCH] Add some metadata and incr version --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2811524..b50b835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,13 @@ [package] name = "ipnetwork" -version = "0.12.0" +version = "0.12.1" authors = ["Abhishek Chanda ", "Linus Färnstrand "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0" repository = "https://github.com/achanda/ipnetwork" +keywords = ["network", "ip", "address"] +readme = "README.md" +documentation = "https://docs.rs/ipnetwork/" [dependencies] clippy = {version = "0.0.104", optional = true}