From 5db5b7075727d6723ff0b7fa21de00331077b348 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Wed, 2 Sep 2020 23:41:56 -0500 Subject: [PATCH] Add Cargo.toml info. --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6693b12..708cb40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "unimap" version = "0.1.0" authors = ["Eduard Tolosa "] edition = "2018" +description = "Scan only once by IP address and reduce scan times with Nmap for large amounts of data." +repository = "https://github.com/edu4rdshl/unimap" +license = "GPL-3.0-or-later" +keywords = ["nmap", "scanning", "ip-scan", "scanner", "open-ports"] +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html