mirror of
https://github.com/uutils/coreutils
synced 2024-12-17 08:33:24 +00:00
13 lines
134 B
TOML
13 lines
134 B
TOML
|
[package]
|
||
|
name = "link"
|
||
|
version = "0.0.1"
|
||
|
authors = []
|
||
|
|
||
|
[lib]
|
||
|
name = "link"
|
||
|
path = "link.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
getopts = "*"
|
||
|
libc = "*"
|