aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-24 12:51:04 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-24 12:51:04 -0400
commit24cc5cac002f87ed501fddb8e48a2315288fdb1f (patch)
tree745eeb10158c1daab5bdb93c15dc6d8c4a89694c /Cargo.toml
parentec5ade52abe906b02871fd7ee72593d259f77dec (diff)
downloadtokio-pty-process-stream-24cc5cac002f87ed501fddb8e48a2315288fdb1f.tar.gz
tokio-pty-process-stream-24cc5cac002f87ed501fddb8e48a2315288fdb1f.zip
docs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 869c550..dfdd991 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,7 @@ log = "0.4"
snafu = "0.5"
tokio = "0.1.22"
tokio-pty-process = "0.4"
+
+[dev-dependencies]
+crossterm = "0.11"
+mio = "0.6"