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"] }