From daf086fbfd3c5cae73dbce62b8d1c8f2bfcc904d Mon Sep 17 00:00:00 2001 From: Cyborus Date: Wed, 7 Aug 2024 21:48:09 -0400 Subject: fix: split binary and package names --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f1d2b59..b8077d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "fj" +name = "forgejo-cli" version = "0.1.0" edition = "2021" license = "Apache-2.0 OR MIT" @@ -10,6 +10,10 @@ categories = ["command-line-utilities", "development-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[[bin]] +name = "fj" +path = "src/main.rs" + [features] update-check = ["dep:semver"] -- cgit v1.2.3