aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 08b72cd..769040d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,4 +17,7 @@ default = []
async = ["blocking", "futures-lite"]
[dev-dependencies]
+libc = "0.2"
+nix = "0.20"
+pty-process = { version = "0.1", features = ["backend-smol"] }
smol = "1.2"