mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 17:43:52 +00:00
35fec95d60
Signed-off-by: Smigle00 <smigle00@gmail.com>
17 lines
207 B
TOML
17 lines
207 B
TOML
[package]
|
|
name = "arch"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_arch"
|
|
path = "arch.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
libc = "*"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "arch"
|
|
path = "main.rs"
|