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

hostname: add support for Windows (and maybe other systems too)

This commit is contained in:
Alex Lyon 2018-03-06 16:40:08 -08:00
parent 15aaa8215e
commit 6330474b4f
5 changed files with 76 additions and 39 deletions

1
Cargo.lock generated
View file

@ -543,6 +543,7 @@ version = "0.0.1"
dependencies = [
"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)",
]
[[package]]