aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-30 15:43:21 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-30 15:43:21 -0500
commitd1a9c4d1d878e7bcb4caac766fabcfb48fe418f2 (patch)
treef54c8030ea9fcdbd06da6c6c119575a0c142ce64 /Cargo.toml
parent0eaa0416fe949d8b3f5273f2677725b113ce17d0 (diff)
downloadpty-process-d1a9c4d1d878e7bcb4caac766fabcfb48fe418f2.tar.gz
pty-process-d1a9c4d1d878e7bcb4caac766fabcfb48fe418f2.zip
improve tests
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 2ff64e1..df5033e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,7 @@ futures-io = { version = "0.3.19", optional = true }
[dev-dependencies]
async-executor = "1.4.1"
async-std = { version = "1.10.0", features = ["unstable"] }
+futures = "0.3.19"
regex = "1.5.4"
smol = "1.2.5"
term_size = "0.3.2"