implement mktemp
This commit is contained in:
committed by
Jeremy Soller
parent
a63e6b3dd8
commit
776491bae9
@@ -12,4 +12,5 @@ platform = { path = "../platform" }
|
||||
ralloc = { path = "../../ralloc", default-features = false }
|
||||
ctype = { path = "../ctype" }
|
||||
errno = { path = "../errno" }
|
||||
rand = { git = "https://github.com/rust-lang-nursery/rand/", default-features = false }
|
||||
rand = { version = "0.5.2", default-features = false }
|
||||
time = { path = "../time" }
|
||||
|
||||
Reference in New Issue
Block a user