Skip to content

Commit 470db33

Browse files
committed
Set publish=true
Signed-off-by: Vinnam Kim <[email protected]>
1 parent f4de748 commit 470db33

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Cargo.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22
name = "git-break-commits"
33
authors = ["Vinnam Kim <[email protected]>"]
44
version = "0.1.0"
5+
homepage = "https://github.com/vinnamkim/git-break-commits"
6+
repository = "https://github.com/vinnamkim/git-break-commits"
57
edition = "2021"
68
keywords = ["cli", "git"]
79
categories = ["command-line-utilities"]
8-
publish = false
9-
10-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10+
publish = true
11+
license = "MIT"
12+
readme = "./README.md"
13+
description = """
14+
`git-break-commits` is an interactive Command Line Interface (CLI) tool that helps break existing Git commits and reorganize them into new commits.
15+
"""
1116

1217
[dependencies]
1318
tempfile = "3.8.1"

0 commit comments

Comments
 (0)