lib-nested/Cargo.toml
2024-08-10 13:18:25 +02:00

16 lines
299 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-color"
]