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:
Cyborus 2024-08-08 01:41:18 +00:00
commit 7cfa090ebd

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