summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKamal Marhubi <kamal@marhubi.com>2015-12-27 22:21:54 +0400
committerCarl Lerche <me@carllerche.com>2016-01-13 09:56:14 -0800
commit4450b96399d901ca81267f62691ab4f5efea17d7 (patch)
tree4f54f640dd24de76fbb780866105e86d118b9988 /Cargo.toml
parent67f695a051d8fc66bf68c94e4abd69b074d33780 (diff)
downloadnix-4450b96399d901ca81267f62691ab4f5efea17d7.zip
Use tempdir for temporary files in tests
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 ec918528..fbc2c7d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,7 @@ bitflags = "0.3.2"
[dev-dependencies]
rand = "0.3.8"
+tempdir = "0.3"
[dev-dependencies.nix-test]
path = "nix-test"