summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-08-08 03:33:48 +0200
committerCyborus <cyborus@cyborus.xyz>2024-08-08 03:33:48 +0200
commit95c7f3e10c1b202a8ab4721ba94bbe7052c678f5 (patch)
tree4421005a97f445952f9d89dab45839e79db41477 /Cargo.toml
parentMerge pull request 'bump version to 0.1.0' (#109) from bump-0.1.0 into main (diff)
downloadforgejo-cli-95c7f3e10c1b202a8ab4721ba94bbe7052c678f5.tar.xz
forgejo-cli-95c7f3e10c1b202a8ab4721ba94bbe7052c678f5.zip
chore: add package fields to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 617d347..f1d2b59 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,11 @@
name = "fj"
version = "0.1.0"
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