Skip to content

Commit 501aaab

Browse files
authored
feat: add metadata to cargo toml (#19)
1 parent a635201 commit 501aaab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "gci"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
6+
keywords = ["cli", "development", "git", "github", "devops"]
7+
categories = ["command-line-utilities", "development-tools"]
8+
description = "Interactively checkout the branches on your git repository"
9+
homepage = "https://github.com/jiito/gci"
10+
repository = "https://github.com/jiito/gci"
11+
readme = "README.md"
512

613
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
714

0 commit comments

Comments
 (0)