From 21203b1a994b15b0ee34b0abd3431ca4721c4dce Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Mon, 25 Aug 2025 15:30:16 -0400 Subject: [PATCH] chore: Update Cargo workspace members configuration - Set `crates/muxox` as an explicit workspace member - Adjust default-members to align with updated workspace structure --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2775265..e5f30c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] members = [ - "crates/*" + "crates/muxox" ] default-members = ["crates/muxox"] \ No newline at end of file