mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 17:43:52 +00:00
17 lines
193 B
TOML
17 lines
193 B
TOML
|
[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"
|