mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 01:23:53 +00:00
19 lines
243 B
TOML
19 lines
243 B
TOML
[package]
|
|
name = "mktemp"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_mktemp"
|
|
path = "mktemp.rs"
|
|
|
|
[dependencies]
|
|
uucore = { path="../uucore" }
|
|
getopts = "*"
|
|
libc = "*"
|
|
rand = "0.3"
|
|
tempfile = "*"
|
|
|
|
[[bin]]
|
|
name = "mktemp"
|
|
path = "main.rs"
|