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