mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
17 lines
286 B
TOML
17 lines
286 B
TOML
[package]
|
|
name = "arch"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_arch"
|
|
path = "arch.rs"
|
|
|
|
[dependencies]
|
|
platform-info = { git = "https://github.com/uutils/platform-info" }
|
|
uucore = { path = "../uucore" }
|
|
|
|
[[bin]]
|
|
name = "arch"
|
|
path = "../../uumain.rs"
|