mirror of
https://github.com/uutils/coreutils
synced 2024-12-17 16:43:16 +00:00
17 lines
232 B
TOML
17 lines
232 B
TOML
[package]
|
|
name = "link"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_link"
|
|
path = "link.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.26"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "link"
|
|
path = "../../uumain.rs"
|