6 lines
85 B
TOML
6 lines
85 B
TOML
[workspace]
|
|
edition = "2024"
|
|
resolver = "3"
|
|
|
|
members = [ "parser", "state", "tui" ]
|
|
|