mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 12:09:33 +01:00
Merge pull request 'add package fields to Cargo.toml' (#110) from crates-io into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/110
This commit is contained in:
commit
7cfa090ebd
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