From 3780e56fe85d44c27cb287c0a7b08f4bf5d8d3d1 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 17 Oct 2019 22:18:21 +0200 Subject: chore(cargo): update metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 87d6737..8152516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,15 @@ [package] edition = "2018" name = "what" +description = "Display current network utilization by process, connection and remote IP/hostname" version = "0.1.0" +homepage = "https://github.com/imsnif/what" +repository = "https://github.com/imsnif/what" +readme = "README.md" authors = ["Aram Drevekenin "] +keywords = ["networking", "utilization", "cli"] +categories = ["network-programming", "command-line-utilities"] +license = "MIT" [dependencies] pnet = "0.22.0" -- cgit v1.2.3