mirror of
https://github.com/uutils/coreutils
synced 2024-12-20 01:54:15 +00:00
16 lines
190 B
TOML
16 lines
190 B
TOML
[package]
|
|
name = "ln"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_ln"
|
|
path = "ln.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.26"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "ln"
|
|
path = "main.rs"
|