From 6330d80efa33bff62ae8d538806856e69a55d4bb Mon Sep 17 00:00:00 2001 From: Yujong Lee Date: Wed, 16 Sep 2026 16:15:46 +0000 Subject: [PATCH] refactor(rust): glob workspace members Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- litellm-rust/Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/litellm-rust/Cargo.toml b/litellm-rust/Cargo.toml index 9212b2048d0..2a0a7687e0e 100644 --- a/litellm-rust/Cargo.toml +++ b/litellm-rust/Cargo.toml @@ -1,10 +1,5 @@ [workspace] -members = [ - "crates/core", - "crates/token-counter", - "crates/python-interop", - "crates/python-bridge", -] +members = ["crates/*"] resolver = "2" [workspace.package]