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