summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock15
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a08ee94..1346c87 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -381,6 +381,9 @@ dependencies = [
"libc",
"nix",
"pty-process",
+ "signal-hook",
+ "signal-hook-async-std",
+ "terminal_size",
"textmode",
"vt100",
]
@@ -487,6 +490,18 @@ dependencies = [
]
[[package]]
+name = "signal-hook-async-std"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "90526e74631c69a79b38212e3d4fda4b00de9d6be56b3cead133bf67ad371af1"
+dependencies = [
+ "async-io",
+ "futures-lite",
+ "libc",
+ "signal-hook",
+]
+
+[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"