-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
18 lines (18 loc) · 733 Bytes
/
Cargo.toml
File metadata and controls
18 lines (18 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[workspace]
resolver = "2"
members = [
"package/origlang-ast",
"package/origlang-cli",
"package/origlang-compiler-entrypoint",
"package/origlang-compiler-scanner-example",
"package/origlang-diagnostics",
"package/origlang-interop",
"package/origlang-interop-frontend-webserver",
"package/origlang-ir",
"package/origlang-ir-optimizer",
"package/origlang-runtime",
"package/origlang-source-span",
"package/origlang-typesystem-model",
"package/origlang-platform",
"package/origlang-testsuite", "package/origlang-lexer", "package/origlang-parser", "package/origlang-typecheck", "package/origlang-token-stream", "package/origlang-type-stringify", "package/origlang-slice-in-box",
]