2023-09-21 20:41:12 +00:00
|
|
|
[workspace]
|
2024-03-01 01:36:06 +00:00
|
|
|
members = [
|
|
|
|
"cl-repl",
|
2024-03-01 08:49:22 +00:00
|
|
|
"cl-typeck",
|
2024-03-01 01:36:06 +00:00
|
|
|
"cl-interpret",
|
|
|
|
"cl-structures",
|
|
|
|
"cl-token",
|
2024-03-01 01:49:50 +00:00
|
|
|
"cl-ast",
|
2024-03-01 02:41:07 +00:00
|
|
|
"cl-parser",
|
2024-03-01 02:58:50 +00:00
|
|
|
"cl-lexer",
|
2024-03-01 01:36:06 +00:00
|
|
|
]
|
2023-09-21 20:41:12 +00:00
|
|
|
resolver = "2"
|
|
|
|
|
|
|
|
[workspace.package]
|
2023-10-24 02:38:06 +00:00
|
|
|
repository = "https://git.soft.fish/j/Conlang"
|
2024-01-21 11:32:18 +00:00
|
|
|
version = "0.0.3"
|
2023-10-24 02:38:06 +00:00
|
|
|
authors = ["John Breaux <j@soft.fish>"]
|
2023-09-21 20:41:12 +00:00
|
|
|
edition = "2021"
|
|
|
|
license = "MIT"
|
2023-10-24 04:42:39 +00:00
|
|
|
publish = ["soft-fish"]
|