mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
f92bfb5807
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com> Override miniz_oxide to build it with optimizations Building this crate with optimizations decreases the gzipping part of `cargo xtask dist` from `30-40s` down to `3s`, the overhead for `rustc` to apply optimizations is miserable on this background
17 lines
263 B
TOML
17 lines
263 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
publish = false
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
walkdir = "2.3.1"
|
|
pico-args = "0.3.1"
|
|
quote = "1.0.2"
|
|
proc-macro2 = "1.0.8"
|
|
anyhow = "1.0.26"
|
|
flate2 = "1.0"
|