Skip to content

Commit 1b0cfee

Browse files
committed
command: make generated binary be "gpio" not "gpio-utils"
Signed-off-by: Paul Osborne <[email protected]>
1 parent d39c2bb commit 1b0cfee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ authors = ["Paul Osborne <[email protected]>"]
66
[dependencies]
77
sysfs_gpio = "0.4.0"
88
clap = "2.2"
9+
10+
[[bin]]
11+
name = "gpio"
12+
path = "src/main.rs"

0 commit comments

Comments
 (0)