diff --git a/Cargo.toml b/Cargo.toml index 3c0cbcc..0eaf39b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,3 +28,5 @@ rand = "0.8.4" base64 = "0.13.0" sqlx = { version = "^0.5", features=["sqlite", "migrate"] } +[target.'cfg(all(target_env = "musl", target_pointer_width = "64"))'.dependencies.jemallocator] +version = "0.3"