chore: add package fields to Cargo.toml

This commit is contained in:
Cyborus 2024-08-07 21:33:48 -04:00
parent 2b25f0a292
commit 95c7f3e10c
No known key found for this signature in database

View file

@ -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