From db161fe6f08dd487603bf9284d605fd84e027119 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Wed, 4 Oct 2023 18:33:06 +0530 Subject: [PATCH] feat: add project metadata --- Cargo.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c43a8a2..d83b010 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,16 @@ [package] name = "ftest" version = "0.1.0" +description = "Compliance checker for the software forge federation ecosystem" +homepage = "https://docs.forgeflux.org/ftest/about" +repository = "https://git.batsense.net/ForgeFlux/ftest" +documentation = "https://docs.forgeflux.org/ftest/about" +license = "AGPLv3 or later version" +authors = ["realaravinth "] edition = "2021" +default-run = "ftest" build = "build.rs" -defalt-run ="./src/main.rs" + [[bin]] name ="config_validator"