diff options
author | Kamal Marhubi <kamal@marhubi.com> | 2015-12-27 22:21:54 +0400 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2016-01-13 09:56:14 -0800 |
commit | 4450b96399d901ca81267f62691ab4f5efea17d7 (patch) | |
tree | 4f54f640dd24de76fbb780866105e86d118b9988 /Cargo.toml | |
parent | 67f695a051d8fc66bf68c94e4abd69b074d33780 (diff) | |
download | nix-4450b96399d901ca81267f62691ab4f5efea17d7.zip |
Use tempdir for temporary files in tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ bitflags = "0.3.2" [dev-dependencies] rand = "0.3.8" +tempdir = "0.3" [dev-dependencies.nix-test] path = "nix-test" |