2023-09-21 20:41:12 +00:00
|
|
|
[workspace]
|
2024-03-01 01:36:06 +00:00
|
|
|
members = [
|
2024-04-19 12:39:23 +00:00
|
|
|
"compiler/cl-repl",
|
|
|
|
"compiler/cl-typeck",
|
|
|
|
"compiler/cl-interpret",
|
|
|
|
"compiler/cl-structures",
|
|
|
|
"compiler/cl-token",
|
|
|
|
"compiler/cl-ast",
|
|
|
|
"compiler/cl-parser",
|
|
|
|
"compiler/cl-lexer",
|
2024-04-19 12:30:17 +00:00
|
|
|
"repline",
|
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-04-22 04:49:24 +00:00
|
|
|
documentation = "https://docs.soft.fish"
|
2024-04-13 08:33:26 +00:00
|
|
|
version = "0.0.5"
|
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"]
|