From c1a872e1c14ea0956053bd7c65f6875b1cb3bc55 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Fri, 7 Feb 2025 22:50:56 +0100 Subject: [PATCH] refactor: rename rustypipe-cli binary name to rustypipe --- cli/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d6954b5..67fa3df 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -64,3 +64,7 @@ dirs.workspace = true anstream = "0.6.15" owo-colors = "4.0.0" const_format = "0.2.33" + +[[bin]] +name = "rustypipe" +path = "src/main.rs"