From f61f466d3a294155e1b489d1f7d30e1d118e9e50 Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Wed, 4 Feb 2026 11:31:27 -0300 Subject: [PATCH] Remove build-dependencies section from Cargo.toml Looks like the build.rs script that was using tokio/reqwest was deleted in commit 75454b96d, and this is a leftover. Signed-off-by: Rodolfo Olivieri --- crates/goose/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/crates/goose/Cargo.toml b/crates/goose/Cargo.toml index 019c2bf0b29f..086fe11462a0 100644 --- a/crates/goose/Cargo.toml +++ b/crates/goose/Cargo.toml @@ -14,14 +14,6 @@ cuda = ["candle-core/cuda", "candle-nn/cuda"] [lints] workspace = true -[build-dependencies] -tokio = { workspace = true } -reqwest = { workspace = true, features = [ - "json", - "rustls-tls-native-roots", - "system-proxy", -], default-features = false } - [dependencies] lru = "0.16" rmcp = { workspace = true, features = [