Rename executable to "hx"

has always been my alias, so why not?
ripgrep does the same thing ¯\_(ツ)_/¯
This commit is contained in:
GHOSCHT 2024-02-14 16:38:42 +01:00
parent 72c9fa0a58
commit e05db87d0f
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -151,7 +151,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "heliox-cli"
name = "hx"
version = "0.1.0"
dependencies = [
"clap",

View file

@ -1,5 +1,5 @@
[package]
name = "heliox-cli"
name = "hx"
version = "0.1.0"
edition = "2021"