
- Set `crates/muxox` as an explicit workspace member - Adjust default-members to align with updated workspace structure
5 lines
79 B
TOML
5 lines
79 B
TOML
[workspace]
|
|
members = [
|
|
"crates/muxox"
|
|
]
|
|
default-members = ["crates/muxox"] |