mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-10 05:58:03 -05:00
14 lines
228 B
TOML
14 lines
228 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"valuescript_vm",
|
|
"valuescript_compiler",
|
|
"valuescript_common",
|
|
"valuescript_program_embed",
|
|
"valuescript_wasm",
|
|
"vstc",
|
|
"swc_demo",
|
|
"measure_bytecode_size",
|
|
"compile_to_rust_tests",
|
|
]
|