mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
The runtime performance gains does not out weight the compilation speed from building the custom allocators, which takes about a minute to build on slower machines.
29 lines
563 B
TOML
29 lines
563 B
TOML
[package]
|
|
name = "oxc_minsize"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[[bin]]
|
|
name = "oxc_minsize"
|
|
test = false
|
|
|
|
[dependencies]
|
|
oxc_span = { workspace = true }
|
|
oxc_allocator = { workspace = true }
|
|
oxc_parser = { workspace = true }
|
|
oxc_codegen = { workspace = true }
|
|
oxc_minifier = { workspace = true }
|
|
|
|
oxc_tasks_common = { workspace = true }
|
|
flate2 = { workspace = true }
|
|
|
|
humansize = "2.1.3"
|
|
brotlic = "0.8.2"
|