coreutils/src/mktemp/Cargo.toml

19 lines
232 B
TOML
Raw Normal View History

2016-01-03 10:10:47 +00:00
[package]
name = "mktemp"
version = "0.0.1"
authors = []
[lib]
name = "uu_mktemp"
path = "mktemp.rs"
[dependencies]
uucore = { path="../uucore" }
getopts = "*"
rand = "0.3"
tempfile = "*"
2016-05-22 20:05:10 +00:00
[[bin]]
name = "mktemp"
path = "main.rs"