mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-09 13:38:03 -05:00
17 lines
268 B
TOML
17 lines
268 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",
|
|
"bench",
|
|
"radix_tree",
|
|
"storage",
|
|
]
|