7 lines
95 B
TOML
7 lines
95 B
TOML
[workspace]
|
|
members = [
|
|
"nested",
|
|
"math/str2int",
|
|
"math/int2str",
|
|
"math/fib"
|
|
]
|