mirror of
https://github.com/uutils/coreutils
synced 2024-12-23 03:23:28 +00:00
18 lines
251 B
TOML
18 lines
251 B
TOML
[package]
|
|
name = "comm"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_comm"
|
|
path = "comm.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.26"
|
|
getopts = "0.2.14"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "comm"
|
|
path = "../../uumain.rs"
|