mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
17 lines
190 B
TOML
17 lines
190 B
TOML
[package]
|
|
name = "hostname"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "hostname"
|
|
path = "hostname.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
libc = "*"
|
|
|
|
[[bin]]
|
|
name="hostname"
|
|
path="hostname.rs"
|