summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNiklas Mohrin <dev@niklasmohrin.de>2021-02-27 15:33:13 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-02-28 23:04:49 +0100
commitb8a18d3ebb5b29162c346b74174239ea077f0796 (patch)
tree53389df10d515164311310dc116065435112ca63 /Cargo.toml
parent694b31909a38989fbb153164f0218f1f0377d2c9 (diff)
Use tempfiles for clircle testsv0.18.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 357fcac9..fb4b999d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,6 +79,9 @@ predicates = "1.0.7"
wait-timeout = "0.2.0"
tempfile = "3.2.0"
+[target.'cfg(unix)'.dev-dependencies]
+nix = "0.19.1"
+
[build-dependencies]
clap = { version = "2.33", optional = true }