Files
ipnetwork/Cargo.toml
Abhishek Chanda a3d9aa3026 Use clippy
2015-10-25 13:43:52 -07:00

15 lines
352 B
TOML

[package]
name = "ipnetwork"
version = "0.2.2"
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.21", optional = true}
[features]
default = []
dev = ["clippy"]