refactor: rename rustypipe-cli binary name to rustypipe
This commit is contained in:
parent
0c94267d03
commit
c1a872e1c1
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue