aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 189f4ea2b..612e6809f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,11 @@ opt-level = 0
29[profile.release.package.xtask] 29[profile.release.package.xtask]
30opt-level = 0 30opt-level = 0
31 31
32# Gzipping the artifacts is up to 10 times faster with optimizations (`cargo xtask dist`).
33# `miniz_oxide` is the direct dependency of `flate2` which does all the heavy lifting
34[profile.dev.package.miniz_oxide]
35opt-level = 3
36
32[patch.'crates-io'] 37[patch.'crates-io']
33# rowan = { path = "../rowan" } 38# rowan = { path = "../rowan" }
34 39