Merge pull request #110 from mullvad/metadata-cleanup

Metadata cleanup
This commit is contained in:
Abhishek Chanda
2019-12-10 12:16:02 +00:00
committed by GitHub

View File

@ -2,13 +2,12 @@
name = "ipnetwork"
version = "0.15.1" # When updating version, also modify html_root_url in the lib.rs
authors = ["Abhishek Chanda <abhishek.becs@gmail.com>", "Linus Färnstrand <faern@faern.net>"]
description = "A library to work with IP CIDRs in Rust, heavily WIP"
description = "A library to work with IP CIDRs in Rust"
license = "Apache-2.0"
repository = "https://github.com/achanda/ipnetwork"
keywords = ["network", "ip", "address"]
keywords = ["network", "ip", "address", "cidr"]
readme = "README.md"
documentation = "https://docs.rs/ipnetwork/"
categories = ["network-programming", "os"]
categories = ["network-programming", "parser-implementations"]
edition = "2018"
[dependencies]