Add some crate attributes

This commit is contained in:
Abhishek Chanda
2015-05-01 13:40:53 -07:00
parent 92edb82c70
commit 75edb5d783

View File

@ -1,2 +1,4 @@
#![crate_type = "lib"]
#![crate_name = "ipnetwork"]
#![feature(ip_addr)]
pub mod ipnetwork;