lib-nested/Cargo.toml
2021-09-06 00:08:36 +02:00

13 lines
213 B
TOML

[workspace]
members = [
"nested",
"terminal/display_server",
"terminal/ansi_parser",
"shell",
"sdf_editor",
"math/str2int",
"math/int2str",
"math/radix_transform",
"math/fib"
]