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