coreutils/src/link/Cargo.toml

17 lines
193 B
TOML
Raw Normal View History

[package]
name = "link"
version = "0.0.1"
authors = []
[lib]
name = "uu_link"
path = "link.rs"
[dependencies]
libc = "*"
uucore = { path="../uucore" }
[[bin]]
name = "link"
path = "main.rs"