coreutils/src/uu/link/Cargo.toml

19 lines
245 B
TOML
Raw Normal View History

[package]
name = "link"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
[lib]
name = "uu_link"
path = "link.rs"
[dependencies]
libc = "0.2.42"
uucore = "0.0.2"
[[bin]]
name = "link"
path = "../#common/uumain.rs"