From b54924762be24fa5a6a8fd62115d8aab1142163e Mon Sep 17 00:00:00 2001 From: pierre-l Date: Mon, 8 Apr 2024 12:16:46 +0200 Subject: [PATCH] test: restore the previously deleted Hurl tests --- Cargo.lock | 1 + crates/rpc/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 7828764f5..3741babf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,6 +606,7 @@ dependencies = [ "serde_with", "starknet", "thiserror", + "tokio", "tracing", ] diff --git a/crates/rpc/Cargo.toml b/crates/rpc/Cargo.toml index c047f9aae..5cfde1130 100644 --- a/crates/rpc/Cargo.toml +++ b/crates/rpc/Cargo.toml @@ -20,3 +20,4 @@ tracing.workspace = true [dev-dependencies] serde_json = "1.0" reqwest = "0.11.13" +tokio = { version = "1", features = ["sync", "macros", "rt", "time"] } \ No newline at end of file