From 1b3c5a3cbfe938e36cab02732e1509753205a2c0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 6 Jun 2025 21:55:04 +0200 Subject: build(Cargo.toml): Use a different name for the crate Obviously, `back` is already taken. --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 . [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" } -- cgit 1.4.1