14 lines
237 B
TOML
14 lines
237 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",
|
|
]
|
|
|