cli/Cargo.toml
GHOSCHT e05db87d0f
Rename executable to "hx"
has always been my alias, so why not?
ripgrep does the same thing ¯\_(ツ)_/¯
2024-02-14 16:38:42 +01:00

10 lines
244 B
TOML

[package]
name = "hx"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.7", features = ["derive"] }
serialport = "4.2.2"