mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-16 08:48:51 +00:00
Add categories
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ipnetwork"
|
name = "ipnetwork"
|
||||||
version = "0.12.4"
|
version = "0.12.5"
|
||||||
authors = ["Abhishek Chanda <abhishek.becs@gmail.com>", "Linus Färnstrand <faern@faern.net>"]
|
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, heavily WIP"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
@ -8,6 +8,7 @@ repository = "https://github.com/achanda/ipnetwork"
|
|||||||
keywords = ["network", "ip", "address"]
|
keywords = ["network", "ip", "address"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
documentation = "https://docs.rs/ipnetwork/"
|
documentation = "https://docs.rs/ipnetwork/"
|
||||||
|
categories = ["network-programming", "os"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clippy = {version = "0.0.104", optional = true}
|
clippy = {version = "0.0.104", optional = true}
|
||||||
|
Reference in New Issue
Block a user