lib-nested/Cargo.toml

13 lines
213 B
TOML
Raw Normal View History

2021-04-19 05:01:09 +02:00
[workspace]
members = [
"nested",
"terminal/display_server",
"terminal/ansi_parser",
2021-06-05 23:30:40 +02:00
"shell",
2021-09-06 00:08:36 +02:00
"sdf_editor",
2021-04-19 05:01:09 +02:00
"math/str2int",
"math/int2str",
2021-04-29 01:32:59 +02:00
"math/radix_transform",
2021-04-19 05:01:09 +02:00
"math/fib"
]