Skip to content

Commit a324121

Browse files
committed
[Ninan|Dinesh] Change binary name to gg
1 parent cb47aa0 commit a324121

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "gg"
2+
name = "git-governance"
33
version = "0.1.0"
44
authors = ["Ninan John <jninan@thoughtworks.com>", "Dinesh B<dineshudt17@gmail.com>"]
55
edition = "2018"
@@ -11,6 +11,10 @@ repository = "https://github.com/thecasualcoder/gg"
1111
keywords = ["git", "gg", "multi", "goverance"]
1212
categories = ["command-line-utilities"]
1313

14+
[[bin]]
15+
name="gg"
16+
path = "src/main.rs"
17+
1418
[badges]
1519
travis-ci = { repository = "thecasualcoder/gg" }
1620

0 commit comments

Comments
 (0)