diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-08-08 03:33:48 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-08-08 03:33:48 +0200 |
commit | 95c7f3e10c1b202a8ab4721ba94bbe7052c678f5 (patch) | |
tree | 4421005a97f445952f9d89dab45839e79db41477 /Cargo.toml | |
parent | Merge pull request 'bump version to 0.1.0' (#109) from bump-0.1.0 into main (diff) | |
download | forgejo-cli-95c7f3e10c1b202a8ab4721ba94bbe7052c678f5.tar.xz forgejo-cli-95c7f3e10c1b202a8ab4721ba94bbe7052c678f5.zip |
chore: add package fields to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |