mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
19 lines
332 B
TOML
19 lines
332 B
TOML
[package]
|
|
name = "hostname"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_hostname"
|
|
path = "hostname.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.26"
|
|
winapi = { version = "0.3", features = ["sysinfoapi", "winsock2"] }
|
|
getopts = "0.2"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "hostname"
|
|
path = "../../uumain.rs"
|