lib-nested/Cargo.toml
Michael Sippel 33e97ed5e3
cleanup examples
- move initialization of edittree-hook into lib-nested-tty
- split examples into separate digit/string examples
2024-03-21 13:27:09 +01:00

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",
]