mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
build(cargo): Set workspace default members (#3978)
This commit is contained in:
parent
3fba1a1a6d
commit
560c81b120
18
Cargo.toml
18
Cargo.toml
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user