mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 09:33:25 +00:00
2c796811ca
Bumps [getopts](https://github.com/rust-lang/getopts) from 0.2.17 to 0.2.18. - [Release notes](https://github.com/rust-lang/getopts/releases) - [Commits](https://github.com/rust-lang/getopts/compare/0.2.17...v0.2.18) Signed-off-by: dependabot[bot] <support@dependabot.com>
17 lines
239 B
TOML
17 lines
239 B
TOML
[package]
|
|
name = "paste"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_paste"
|
|
path = "paste.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.18"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "paste"
|
|
path = "../../uumain.rs"
|