From d1a9c4d1d878e7bcb4caac766fabcfb48fe418f2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 30 Dec 2021 15:43:21 -0500 Subject: improve tests --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-54-g00ecf