From 05446c6716bbbe0478fb0707c890683f4119f392 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Wed, 14 Jan 2026 12:36:26 -0300 Subject: [PATCH] Remove botserver dependency - use HTTP for integration tests --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6eb9c2c..1b81cd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,7 @@ keywords = ["testing", "bot", "integration-testing", "e2e", "general-bots"] categories = ["development-tools::testing"] [dependencies] -# The server we're testing - enable all working features for testing -# NOTE: vectordb, compliance, timeseries have compilation issues in botserver -botserver = { path = "../botserver", features = ["full"] } +# Common library for shared types botlib = { path = "../botlib", features = ["database"] } # Async runtime