From e1c1eae8973597a8bea0cddb0ef5350cacc560b8 Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Sun, 29 Jul 2018 20:07:19 +0200 Subject: [PATCH] Rename project --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]