diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index ac8b303..df3ea05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ # If not, see <https://www.gnu.org/licenses/agpl.txt>. [package] -name = "back" +name = "git-back" description = "An extremely simple git bug visualization system. Inspired by TVL's panettone." version = "0.1.0" edition = "2024" @@ -21,6 +21,10 @@ repository = "https://git.foss-syndicate.org/vhack.eu/git_bug/back" # categories = [""] # keywords = ["", ""] +[[bin]] +name = "back" +path = "src/main.rs" + [dependencies] git-bug = { version = "0.2.3" } |