about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 21:55:04 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 21:58:40 +0200
commit1b3c5a3cbfe938e36cab02732e1509753205a2c0 (patch)
tree156fa74902979ff05c97cdfeb4b651e001b5330b /Cargo.toml
parentchore(version): v0.1.0 (diff)
downloadback-1b3c5a3cbfe938e36cab02732e1509753205a2c0.zip
build(Cargo.toml): Use a different name for the crate
Obviously, `back` is already taken.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
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" }