From 2ee8045c580647bde06b0e1433376d9913384e76 Mon Sep 17 00:00:00 2001 From: eugenesvk Date: Mon, 9 Dec 2024 17:35:25 +0700 Subject: [PATCH] dep: add custom test harness supporting forcing main thread --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9fbc944..6237963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ log = "0.4" [dev-dependencies] serial_test = { version = "2.0.0", default-features = false } +libtest-mimic = "0.8.1" chrono = { version = "0.4.31", default-features = false, features = ["clock"] } rand = "0.8.5" once_cell = "1.18.0"