1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00
bobbylisp/Cargo.toml

9 lines
86 B
TOML
Raw Permalink Normal View History

2023-04-13 23:50:07 -05:00
[workspace]
2023-03-28 08:32:30 -05:00
2023-04-13 23:50:07 -05:00
members = [
"bin",
"syntax",
"typing",
2023-05-16 15:00:38 -05:00
"ir",
2023-06-16 00:13:02 -05:00
"com",
2023-04-13 23:50:07 -05:00
]