From ab8785ef986b583dbded578c5b90435adfca526f Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 24 Jul 2024 12:20:42 +0100 Subject: test: refactor `list` and `pull` to abstract code into lib which makes reading and maintaining tests easier --- test_utils/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'test_utils/Cargo.toml') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 2e4c012..c158ce0 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -19,4 +19,5 @@ rand = "0.8" rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } strip-ansi-escapes = "0.2.0" +tokio = "1.33.0" tungstenite = "0.20.1" -- cgit v1.2.3