summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 adb439d..9bed95f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ async-process = "1.2.0"
async-std = "1.10.0"
futures = "0.3.17"
libc = "0.2.107"
+nix = "0.23.0"
pty-process = { version = "0.1.0", features = ["backend-async-std"] }
textmode = { version = "0.1.0", features = ["async"] }
vt100 = "0.12.0"