coreutils/src/uu/hostid/Cargo.toml
2020-04-14 13:46:18 -05:00

18 lines
253 B
TOML

[package]
name = "hostid"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
[lib]
name = "uu_hostid"
path = "hostid.rs"
[dependencies]
libc = "0.2.42"
uucore = "0.0.2"
[[bin]]
name = "hostid"
path = "../#common/uumain.rs"