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]
|
[package]
|
||||||
name = "ftest"
|
name = "ftest"
|
||||||
version = "0.1.0"
|
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"
|
edition = "2021"
|
||||||
|
default-run = "ftest"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
defalt-run ="./src/main.rs"
|
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name ="config_validator"
|
name ="config_validator"
|
||||||
|
|
Loading…
Reference in a new issue