lib-nested/Cargo.toml

9 lines
128 B
TOML

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