lib-nested/Cargo.toml

10 lines
189 B
TOML

[workspace]
members = [
"lib-nested-core",
"lib-nested-tty",
"examples/tty-01-hello",
"examples/tty-02-digit",
"examples/tty-03-string",
"examples/tty-04-posint"
]