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"