summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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 <aram@poor.dev>"]
+keywords = ["networking", "utilization", "cli"]
+categories = ["network-programming", "command-line-utilities"]
+license = "MIT"
[dependencies]
pnet = "0.22.0"