refactor: rename rustypipe-cli binary name to rustypipe

This commit is contained in:
ThetaDev 2025-02-07 22:50:56 +01:00
parent 0c94267d03
commit c1a872e1c1
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

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"