diff --git a/Cargo.lock b/Cargo.lock index 1042c71..9d23479 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ version = "0.2.42" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "netstat-rust" +name = "netpoo" version = "0.1.0" dependencies = [ "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 631feb2..b55c89e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "netstat-rust" +name = "netpoo" version = "0.1.0" authors = ["Sijmen Schoon "]