mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 00:53:25 +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>
16 lines
210 B
TOML
16 lines
210 B
TOML
[package]
|
|
name = "cksum"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_cksum"
|
|
path = "cksum.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.42"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "cksum"
|
|
path = "../../uumain.rs"
|