From ddfd3d75b85d671d2fe1347e1ce7fd36759cb973 Mon Sep 17 00:00:00 2001 From: Aljaz Date: Thu, 29 May 2025 10:12:16 +0200 Subject: [PATCH] Remove unused dependencies from goose-api --- crates/goose-api/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/goose-api/Cargo.toml b/crates/goose-api/Cargo.toml index 1caa2ffe..7cbf3522 100644 --- a/crates/goose-api/Cargo.toml +++ b/crates/goose-api/Cargo.toml @@ -5,8 +5,6 @@ edition = "2021" [dependencies] goose = { path = "../goose" } -goose-mcp = { path = "../goose-mcp" } -mcp-client = { path = "../mcp-client" } mcp-core = { path = "../mcp-core" } tokio = { version = "1", features = ["full"] } warp = "0.3" @@ -16,7 +14,6 @@ anyhow = "1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "json", "time"] } config = "0.13" -jsonwebtoken = "8" futures = "0.3" futures-util = "0.3" # For session IDs