lib-nested/Cargo.toml

17 lines
299 B
TOML
Raw Normal View History

2021-04-19 05:01:09 +02:00
[workspace]
members = [
2023-11-24 21:26:17 +01:00
"lib-nested-core",
2023-11-26 22:09:03 +01:00
"lib-nested-tty",
2024-06-05 02:16:09 +02:00
"srv-tty-output",
"srv-pty-capture",
"examples/tty-01-hello",
"examples/tty-02-digit",
"examples/tty-03-string",
2024-06-05 02:16:09 +02:00
"examples/tty-04-posint",
2024-08-10 13:18:25 +02:00
"examples/tty-05-dictionary",
"examples/tty-06-color"
2021-04-19 05:01:09 +02:00
]
2023-11-24 21:26:17 +01:00