outrun/Cargo.toml
James Harton 0aeabb0af3 feat: working scanner for common tokens.
This is by no means complete - or even that smart, but it's enough to get started with.
2022-07-17 09:19:58 +12:00

7 lines
76 B
TOML

[workspace]
members = [
"outrun-parser",
"outrun-lexer",
"outrun",
]