mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-19 10:06:44 +00:00
Add some crate attributes
This commit is contained in:
@ -1,2 +1,4 @@
|
|||||||
|
#![crate_type = "lib"]
|
||||||
|
#![crate_name = "ipnetwork"]
|
||||||
#![feature(ip_addr)]
|
#![feature(ip_addr)]
|
||||||
pub mod ipnetwork;
|
pub mod ipnetwork;
|
||||||
|
Reference in New Issue
Block a user