summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2020-01-14 23:06:24 +0300
committersyn <isaqtm@gmail.com>2020-01-14 23:06:24 +0300
commite6e6285d4faca3795de4250b4ca07fc1d57b849b (patch)
tree247abe123c6e6a8de8eab6284aba09d41b0fa8fd /Cargo.toml
parentc6481661571e00e264beeb9a21ae916792a4d3be (diff)
downloadevr-e6e6285d4faca3795de4250b4ca07fc1d57b849b.tar.gz
Add timeout feature
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 e726855..e486b01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,4 @@ toml = "0.5"
serde_derive = "1"
log = "0.4"
env_logger = "0.7.1"
+wait-timeout = "0.1.5"