From c53ffea9a60bf49b6e501cc1ec6be85024d5d6aa Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 20 Jun 2026 15:53:59 -0400 Subject: [PATCH] cargo add reqwest --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 554be30..b1140b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ tokio = { version = "1.52.3", features = ["full"] } tokio-util = { version = "0.7.18", features = ["io"] } tower = { version = "0.5.3", features = ["full"] } tower-http = { version = "0.6.11", features = ["cors", "timeout"] } +reqwest = { version = "0.13.4" } tracing-subscriber = "0.3.23" futures = { version = "0.3.32" } uuid = { version = "1.23.3", features = ["v4", "serde"] }