mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 03:59:31 +01:00
chore: add package fields to Cargo.toml
This commit is contained in:
parent
2b25f0a292
commit
95c7f3e10c
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
name = "fj"
|
name = "fj"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "Apache-2.0 OR MIT"
|
||||||
|
repository = "https://codeberg.org/Cyborus/forgejo-cli/"
|
||||||
|
description = "CLI tool for Forgejo"
|
||||||
|
keywords = ["cli", "forgejo"]
|
||||||
|
categories = ["command-line-utilities", "development-tools"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue