mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 10:11:01 +00:00
16 lines
197 B
TOML
16 lines
197 B
TOML
[package]
|
|
name = "cksum"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_cksum"
|
|
path = "cksum.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.42"
|
|
uucore = "0.0.1"
|
|
|
|
[[bin]]
|
|
name = "cksum"
|
|
path = "../../uumain.rs"
|