feat: add project metadata

This commit is contained in:
Aravinth Manivannan 2023-10-04 18:33:06 +05:30
parent 8afea6fc81
commit db161fe6f0
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 8 additions and 1 deletions

View File

@ -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 <realaravinth@batsense.net>"]
edition = "2021"
default-run = "ftest"
build = "build.rs"
defalt-run ="./src/main.rs"
[[bin]]
name ="config_validator"