Files
muxox/Cargo.toml
geoffsee 21203b1a99 chore: Update Cargo workspace members configuration
- Set `crates/muxox` as an explicit workspace member
- Adjust default-members to align with updated workspace structure
2025-08-25 15:30:16 -04:00

5 lines
79 B
TOML

[workspace]
members = [
"crates/muxox"
]
default-members = ["crates/muxox"]