summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e93c41a8..d8c68d75 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,6 +61,9 @@ version = "2.32.0"
default-features = false
features = ["suggestions"]
+[target.'cfg(target_env = "musl")'.dependencies.jemallocator]
+version = "0.3.0"
+
[build-dependencies]
lazy_static = "1.1.0"