diff options
author | syn <isaqtm@gmail.com> | 2020-01-18 21:13:58 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-01-18 21:13:58 +0300 |
commit | c5c41582a258996f3637f6cb586e5eaea56c1bd5 (patch) | |
tree | 2bd6d99ce98c48a28ac773cd3ba8a420ed1261ad /Cargo.toml | |
parent | 396db96c2ce92adb34483b8c64bc3008c21604c9 (diff) | |
download | evr-c5c41582a258996f3637f6cb586e5eaea56c1bd5.tar.gz |
Support reporting signalled processes
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |