mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
c66dd59489
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.39 to 0.2.42. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.39...0.2.42) Signed-off-by: dependabot[bot] <support@dependabot.com>
18 lines
259 B
TOML
18 lines
259 B
TOML
[package]
|
|
name = "unlink"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_unlink"
|
|
path = "unlink.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.14"
|
|
libc = "0.2.42"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "unlink"
|
|
path = "../../uumain.rs"
|