build(cargo): Set workspace default members (#3978)

This commit is contained in:
OJ Kwon 2022-03-13 00:17:55 -08:00 committed by GitHub
parent 3fba1a1a6d
commit 560c81b120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,24 @@ members = [
"crates/wasm",
]
default-members = [
"crates/jsdoc",
"crates/swc_cli",
"crates/swc_css",
"crates/swc_css_lints",
"crates/swc_ecmascript",
"crates/swc_ecma_lints",
"crates/swc_ecma_quote",
"crates/swc_estree_compat",
"crates/swc_plugin",
"crates/swc_plugin_macro",
"crates/swc_plugin_runner",
"crates/swc_plugin_testing",
"crates/swc_stylis",
"crates/swc_timer",
"crates/swc_webpack_ast",
]
[profile.release]
codegen-units = 1