From 6abb65e3665f881efd6c687d5d9647e1ddc008e0 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Fri, 24 Apr 2015 00:19:47 -0700 Subject: [PATCH] Update crate name and add some metadata --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3ae2fe..0fee944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,6 @@ [package] -name = "network" +name = "ipnetwork" version = "0.1.0" authors = ["Abhishek Chanda "] +description = "A library to work with IP CIDRs in Rust, heavily WIP" +license = "Apache-2.0"