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:
parent
15aaa8215e
commit
6330474b4f
5 changed files with 76 additions and 39 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue