coreutils/src/arch/Cargo.toml

18 lines
226 B
TOML
Raw Normal View History

[package]
name = "arch"
version = "0.0.1"
authors = []
[lib]
name = "uu_arch"
path = "arch.rs"
2016-08-19 19:53:26 +00:00
[dependencies.uucore]
path = "../uucore"
default-features = false
features = ["utsname"]
[[bin]]
name = "arch"
path = "main.rs"