swc/Cargo.toml

46 lines
905 B
TOML
Raw Normal View History

2017-12-22 15:51:36 +03:00
[workspace]
members = [
2023-10-05 11:34:51 +03:00
"xtask",
"crates/swc_core",
"crates/swc_cli_impl",
2022-05-13 09:05:21 +03:00
"crates/dbg-swc",
"crates/jsdoc",
"crates/binding_macros",
2021-11-12 13:37:05 +03:00
"crates/swc_css",
"crates/swc_css_lints",
"crates/swc_css_prefixer",
2021-11-12 13:37:05 +03:00
"crates/swc_ecmascript",
"crates/swc_ecma_lints",
"crates/swc_ecma_quote",
"crates/swc_estree_compat",
2022-04-04 07:12:45 +03:00
"crates/swc_html",
2021-11-09 14:42:49 +03:00
"crates/swc_plugin",
"crates/swc_plugin_macro",
2021-11-09 14:42:49 +03:00
"crates/swc_plugin_runner",
"crates/swc_plugin_testing",
"crates/swc_plugin_proxy",
"crates/swc_timer",
2022-08-01 06:56:12 +03:00
"crates/swc_xml",
]
resolver = "2"
[profile.release]
2022-06-14 09:43:13 +03:00
# lto = true
# We use CARGO_PROFILE_RELEASE_LTO for production builds
# lto = "fat"
2020-05-23 09:36:04 +03:00
# debug = true
# opt-level = 'z'
[profile.bench]
2020-09-18 08:29:50 +03:00
debug = true
# lto = true
# Without this, printing diff consumes more than a minute.
[profile.dev.package.pretty_assertions]
opt-level = 3
[profile.test.package.pretty_assertions]
opt-level = 3