We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4de748 commit 470db33Copy full SHA for 470db33
Cargo.toml
@@ -2,12 +2,17 @@
2
name = "git-break-commits"
3
authors = ["Vinnam Kim <[email protected]>"]
4
version = "0.1.0"
5
+homepage = "https://github.com/vinnamkim/git-break-commits"
6
+repository = "https://github.com/vinnamkim/git-break-commits"
7
edition = "2021"
8
keywords = ["cli", "git"]
9
categories = ["command-line-utilities"]
-publish = false
-
10
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+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
+"""
16
17
[dependencies]
18
tempfile = "3.8.1"
0 commit comments