Michael Sippel
33e97ed5e3
- move initialization of edittree-hook into lib-nested-tty - split examples into separate digit/string examples
9 lines
160 B
TOML
9 lines
160 B
TOML
[workspace]
|
|
members = [
|
|
"lib-nested-core",
|
|
"lib-nested-tty",
|
|
"examples/tty-01-hello",
|
|
"examples/tty-02-digit",
|
|
"examples/tty-03-string",
|
|
]
|
|
|