summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-08-24 00:36:45 +0200
committerBert Belder <bertbelder@gmail.com>2018-08-29 22:40:05 +0200
commitceaf82268282d16b97101c00c75612745de416bb (patch)
tree6294eeeb063ca2196ef285ad7f125437cbc3bd45 /Cargo.toml
parenta836c493f30323e7b40e988140ed2603f0e3d10f (diff)
Implement makeTempDirSync()
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7d73ede4c..c6ebbbf15 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ version = "0.0.0"
url = "1.7.1"
libc = "0.2.42"
log = "0.4.3"
+rand = "0.5.4"
sha1 = "0.6.0"
tempfile = "3"
tokio = {git = "https://github.com/tokio-rs/tokio.git", rev = "5d0d2a2e1214f856993df6965825c89bfcaa879e"}