lib-nested/Cargo.toml

10 lines
154 B
TOML
Raw Normal View History

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