summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2020-01-18 21:13:58 +0300
committersyn <isaqtm@gmail.com>2020-01-18 21:13:58 +0300
commitc5c41582a258996f3637f6cb586e5eaea56c1bd5 (patch)
tree2bd6d99ce98c48a28ac773cd3ba8a420ed1261ad /Cargo.toml
parent396db96c2ce92adb34483b8c64bc3008c21604c9 (diff)
downloadevr-c5c41582a258996f3637f6cb586e5eaea56c1bd5.tar.gz
Support reporting signalled processes
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 937517b..183516f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,4 @@ log = "0.4"
env_logger = "0.7.1"
wait-timeout = "0.1.5"
lazy_static = "1.4.0"
+nix = "0.16"