summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-12-07 13:43:35 +0100
committerAram Drevekenin <aram@poor.dev>2019-12-07 13:43:35 +0100
commitf77eae0eb3bf74d38fe6cfb6ff2986b09efad767 (patch)
tree4a749d658f939ced869bd33dbc4457b1b803d801 /Cargo.toml
parent3ab7b1fde50d69209be57e848578128cb6ed6dfe (diff)
chore(cargo): add ebroto as contributor
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7899003..155e666 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,11 @@ version = "0.3.7"
homepage = "https://github.com/imsnif/what"
repository = "https://github.com/imsnif/what"
readme = "README.md"
-authors = ["Aram Drevekenin <aram@poor.dev>", "Eduardo Toledo <etoledom@icloud.com>"]
+authors = [
+ "Aram Drevekenin <aram@poor.dev>",
+ "Eduardo Toledo <etoledom@icloud.com>",
+ "Eduardo Broto <ebroto@tutanota.com>"
+]
keywords = ["networking", "utilization", "cli"]
categories = ["network-programming", "command-line-utilities"]
license = "MIT"