mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
17 lines
230 B
TOML
17 lines
230 B
TOML
[package]
|
|
name = "uname"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_uname"
|
|
path = "uname.rs"
|
|
|
|
[dependencies.uucore]
|
|
path = "../uucore"
|
|
default-features = false
|
|
features = ["utsname"]
|
|
|
|
[[bin]]
|
|
name = "uname"
|
|
path = "main.rs"
|