lib-nested/Cargo.toml

12 lines
195 B
TOML

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