From a71937efcb3cdf6639a3bb01ed0d26e5687b18c0 Mon Sep 17 00:00:00 2001 From: Nathan Haim Date: Thu, 23 May 2024 15:54:20 +0200 Subject: [PATCH] update cargo.toml --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2fd2788..77e57f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,15 @@ name = "rust-license" version = "0.1.0" edition = "2021" +authors = ["nathan haim"] +license = "Apache-2.0" +description = "rust tool to check, remove or apply license header to rust files" +readme = "README.md" +homepage = "https://github.com/najeal/rust-license" +repository = "https://github.com/najeal/rust-license" +keywords = ["tool", "header", "license", "rust", "cli"] +categories = ["command-line-utilities"] + [dependencies] clap = { version = "4.5.4", features = ["derive"] }