Files
ipnetwork/Cargo.toml
Abhishek Chanda d5422c0fd7 Revert "Use the ip crate"
This reverts commit 5f84d3a817.
2016-02-12 00:55:11 -08:00

15 lines
352 B
TOML

[package]
name = "ipnetwork"
version = "0.5.0"
authors = ["Abhishek Chanda <abhishe.becsk@gmail.com>"]
description = "A library to work with IP CIDRs in Rust, heavily WIP"
license = "Apache-2.0"
repository = "https://github.com/achanda/ipnetwork"
[dependencies]
clippy = {version = "0.0.37", optional = true}
[features]
default = []
dev = ["clippy"]