mirror of
https://github.com/uutils/coreutils
synced 2025-01-26 11:55:42 +00:00
9327f957bd
Bumps [rand](https://github.com/rust-lang-nursery/rand) from 0.3.22 to 0.4.2. - [Release notes](https://github.com/rust-lang-nursery/rand/releases) - [Changelog](https://github.com/rust-lang-nursery/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/rand/compare/0.3.22...0.4.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
19 lines
275 B
TOML
19 lines
275 B
TOML
[package]
|
|
name = "mktemp"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_mktemp"
|
|
path = "mktemp.rs"
|
|
|
|
[dependencies]
|
|
uucore = { path="../uucore" }
|
|
getopts = "0.2.14"
|
|
rand = "0.4"
|
|
tempfile = "2.1.5"
|
|
|
|
[[bin]]
|
|
name = "mktemp"
|
|
path = "../../uumain.rs"
|