5 lines
59 B
TOML
5 lines
59 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"math", "web"
|
|
]
|