lib-nested/Cargo.toml

8 lines
95 B
TOML
Raw Normal View History

2021-04-19 05:01:09 +02:00
[workspace]
members = [
"nested",
"math/str2int",
"math/int2str",
"math/fib"
]