From ac786197e83f7ae2ef7fb06226946645bb1103d3 Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Fri, 6 Feb 2026 15:37:00 -0300 Subject: [PATCH] Remove build-dependencies section from Cargo.toml (#6946) 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 019c2bf0b2..086fe11462 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 = [