1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

hostname: refactor a bit

This commit is contained in:
Alex Lyon 2018-03-07 03:04:13 -08:00
parent 3361fe94ec
commit 0b70b151b8
3 changed files with 90 additions and 63 deletions

1
Cargo.lock generated
View file

@ -541,6 +541,7 @@ dependencies = [
name = "hostname"
version = "0.0.1"
dependencies = [
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",