Initial commit

This commit is contained in:
Kris Price
2017-08-14 13:01:33 -07:00
commit 0833422202
3 changed files with 15 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
/target/
**/*.rs.bk
Cargo.lock
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "ipnet"
version = "0.1.0"
authors = ["Kris Price <kris@krisprice.nz>"]
[dependencies]
+6
View File
@@ -0,0 +1,6 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}