chore: Update Cargo workspace members configuration

- Set `crates/muxox` as an explicit workspace member
- Adjust default-members to align with updated workspace structure
This commit is contained in:
geoffsee
2025-08-25 15:30:16 -04:00
parent 2dbe8558e5
commit 21203b1a99

View File

@@ -1,5 +1,5 @@
[workspace]
members = [
"crates/*"
"crates/muxox"
]
default-members = ["crates/muxox"]