mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-19 10:06:44 +00:00
Don't put an explicit crate name
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ipnetwork"
|
name = "ipnetwork"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
authors = ["Abhishek Chanda <abhishe.becsk@gmail.com>"]
|
authors = ["Abhishek Chanda <abhishe.becsk@gmail.com>"]
|
||||||
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"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
#![crate_name = "ipnetwork"]
|
|
||||||
#![feature(ip_addr)]
|
#![feature(ip_addr)]
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user