mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
15 lines
367 B
TOML
15 lines
367 B
TOML
[package]
|
|
name = "oxc_minsize"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
oxc_ast = { workspace = true }
|
|
oxc_minifier = { workspace = true }
|
|
|
|
oxc_tasks_common = { workspace = true }
|
|
flate2 = { workspace = true, features = ["zlib"] }
|
|
|
|
humansize = "2.1.3"
|