From 1c297c4f89fca61b72a290a46be66a0c99f1912d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 3 Mar 2021 01:44:39 -0500 Subject: add interhack example --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dad4339..a3e4446 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,9 @@ futures = { version = "0.3", optional = true } [dev-dependencies] async-std = { version = "1.9", features = ["unstable"] } async-executor = "1.4" +regex = "1.4" smol = "1.2" +term_size = "0.3" tokio = { version = "1.2", features = [ "rt-multi-thread", "macros", "io-std", "io-util" ] } [features] -- cgit v1.2.3-54-g00ecf