lib-nested/Cargo.toml

8 lines
100 B
TOML

[workspace]
members = [
"lib-nested-core",
"lib-nested-tty",
"examples/tty-01-hello"
]