feat: add project metadata
This commit is contained in:
parent
8afea6fc81
commit
db161fe6f0
1 changed files with 8 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue