mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
575aa44c25
swc_ecma_transforms_macros: - `#[parallel]`: Run hooks for single-threaded operations. swc_ecma_transforms_compat: - `shorthand`: Parallel. - `exponentation`: Parallel. - `parameters`: Parallel. - Recover some `#[fast_path]`
17 lines
512 B
TOML
17 lines
512 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
description = "Speedy web compiler"
|
|
documentation = "https://rustdoc.swc.rs/swc_node_base/"
|
|
edition = "2018"
|
|
license = "Apache-2.0/MIT"
|
|
name = "swc_node_base"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.5.1"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[target.'cfg(all(target_arch = "x86_64", not(target_env = "musl")))'.dependencies]
|
|
mimalloc-rust = "=0.1.1"
|