oxc/tasks/minsize/Cargo.toml
翠 / green 9d62284202
chore(tasks): print diff for minify idempotency assertion (#8161)
Made the assertion error output more easier to understand.

Example output:

![image](https://github.com/user-attachments/assets/445910fb-b389-4884-b4c5-70a095bc523f)

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-12-29 00:55:45 +08:00

35 lines
712 B
TOML

[package]
name = "oxc_minsize"
version = "0.0.0"
edition.workspace = true
license.workspace = true
publish = false
[lints]
workspace = true
[lib]
test = false
doctest = false
[[bin]]
name = "oxc_minsize"
test = false
doctest = false
[dependencies]
oxc_allocator = { workspace = true }
oxc_codegen = { workspace = true }
oxc_minifier = { workspace = true }
oxc_parser = { workspace = true }
oxc_semantic = { workspace = true }
oxc_span = { workspace = true }
oxc_transformer = { workspace = true }
flate2 = { workspace = true }
oxc_tasks_common = { workspace = true }
cow-utils = { workspace = true }
humansize = { workspace = true }
rustc-hash = { workspace = true }
similar-asserts = { workspace = true }