lib-nested/Cargo.toml
2025-03-10 18:19:09 +01:00

16 lines
328 B
TOML

[workspace]
members = [
"lib-nested-core",
"lib-nested-tty",
"srv-tty-output",
"srv-pty-capture",
"examples/tty-01-hello",
"examples/tty-02-digit",
"examples/tty-03-string",
"examples/tty-04-posint",
"examples/tty-05-dictionary",
"examples/tty-06-lines",
"examples/tty-07-color",
]