diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-24 12:20:42 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-24 12:24:55 +0100 |
| commit | ab8785ef986b583dbded578c5b90435adfca526f (patch) | |
| tree | defed6421891932fe0fc6b70e5b34399b37d7279 /test_utils/Cargo.toml | |
| parent | 8d553d29829faaa3978b08811b3e40386b90db50 (diff) | |
test: refactor `list` and `pull` to abstract code
into lib which makes reading and maintaining tests easier
Diffstat (limited to 'test_utils/Cargo.toml')
| -rw-r--r-- | test_utils/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
| 19 | rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } | 19 | rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } |
| 20 | simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } | 20 | simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } |
| 21 | strip-ansi-escapes = "0.2.0" | 21 | strip-ansi-escapes = "0.2.0" |
| 22 | tokio = "1.33.0" | ||
| 22 | tungstenite = "0.20.1" | 23 | tungstenite = "0.20.1" |