2019-02-26 16:23:30 -08:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2019-03-30 14:45:36 -04:00
|
|
|
"cli",
|
2019-02-26 16:23:30 -08:00
|
|
|
"core",
|
2020-06-18 17:54:55 +02:00
|
|
|
"test_plugin",
|
|
|
|
"test_util",
|
2019-02-26 16:23:30 -08:00
|
|
|
]
|
2020-06-17 06:12:50 +09:00
|
|
|
exclude = [
|
|
|
|
"std/hash/_wasm"
|
|
|
|
]
|