From 896b15e349a2cf28eb7a9a0add8f5957603e7a75 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 6 Mar 2021 00:57:23 -0500 Subject: add basic tests --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a3e4446..fd97a8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ 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" ] } +tokio = { version = "1.2", features = [ "rt-multi-thread", "macros", "io-std", "io-util", "time" ] } [features] default = ["backend-std"] -- cgit v1.2.3-54-g00ecf