lscpu: fix bin name in Cargo.toml

This commit is contained in:
Daniel Hofstetter
2024-08-01 14:34:15 +02:00
parent c6dec1c0b6
commit 801292a6e4

View File

@@ -7,7 +7,7 @@ edition = "2021"
path = "src/lscpu.rs"
[[bin]]
name = "mountpoint"
name = "lscpu"
path = "src/main.rs"
[dependencies]