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