From 22a53ab297447c2f044d01bf443f7b140745762f Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Sat, 5 Oct 2024 10:41:55 +0200 Subject: Basic loop to send requests to registered clients --- rust/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8e75422..7635eae 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -13,6 +13,8 @@ env_logger = "0.8" log = "0.4" futures = "0.3.30" async-std = "1.13.0" +reqwest = "0.12.8" +tokio = { version = "1.40.0", features = ["rt", "macros", "rt-multi-thread"]} [dependencies.uuid] version = "1.10.0" @@ -31,7 +33,7 @@ name = "lambda" path = "src/lib.rs" [[bin]] -name = "lambda" +name = "eval" path = "src/main.rs" [[bin]] -- cgit v1.2.3