mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 01:23:53 +00:00
21 lines
329 B
TOML
21 lines
329 B
TOML
[package]
|
|
name = "install"
|
|
version = "0.0.1"
|
|
authors = ["Ben Eills <ben@beneills.com>"]
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_install"
|
|
path = "install.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.14"
|
|
libc = ">= 0.2"
|
|
uucore = { path="../uucore" }
|
|
|
|
[dev-dependencies]
|
|
time = "0.1.38"
|
|
|
|
[[bin]]
|
|
name = "install"
|
|
path = "../../uumain.rs"
|