coreutils/src/arch/Cargo.toml

17 lines
193 B
TOML
Raw Normal View History

[package]
name = "arch"
version = "0.0.1"
authors = []
[lib]
name = "uu_arch"
path = "arch.rs"
[dependencies]
libc = "*"
uucore = { path="../uucore" }
[[bin]]
name = "arch"
path = "main.rs"