From 3035a732455d9119d84773e4d5c2a58911827b98 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Mon, 6 Dec 2021 00:08:55 +0000 Subject: [PATCH] :package: --- Cargo.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7498ff8..1497766 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,15 @@ [package] -name = "lookaround" -version = "0.1.0" +authors = ["Trish"] +categories = ["command-line-utilities"] +description = "Report and find your MAC and IP addresses within LANs" edition = "2021" +homepage = "https://six-five-six-four.com/git/reactor/lookaround" +keywords = ["address", "discovery", "ip", "network"] +license = "AGPL-3.0" +name = "lookaround" +readme = "README.md" +repository = "https://six-five-six-four.com/git/reactor/lookaround" +version = "0.1.0" [dependencies] mac_address = "1.1.2"