refactor: rename rustypipe-cli binary name to rustypipe

This commit is contained in:
ThetaDev 2025-02-07 22:50:56 +01:00
parent dd87134283
commit 0dbada33de

View file

@ -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"