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"