lib-nested/Cargo.toml

8 lines
95 B
TOML

[workspace]
members = [
"nested",
"math/str2int",
"math/int2str",
"math/fib"
]