summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-10-17 22:18:21 +0200
committerAram Drevekenin <aram@poor.dev>2019-10-17 22:18:21 +0200
commit3780e56fe85d44c27cb287c0a7b08f4bf5d8d3d1 (patch)
treecaa06d6a1b738ce07d84b4beaa505157c179f47d
parentad1fab3c3631d6876a3a4b2977b0e65cea2bd6bd (diff)
chore(cargo): update metadata
-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"