mirror of
https://github.com/uutils/coreutils
synced 2025-01-04 09:19:00 +00:00
17 lines
201 B
TOML
17 lines
201 B
TOML
|
[package]
|
||
|
name = "join"
|
||
|
version = "0.0.1"
|
||
|
authors = []
|
||
|
|
||
|
[lib]
|
||
|
name = "uu_join"
|
||
|
path = "join.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
getopts = "0.2.14"
|
||
|
uucore = { path="../uucore" }
|
||
|
|
||
|
[[bin]]
|
||
|
name = "join"
|
||
|
path = "main.rs"
|