Update Cargo.toml

This commit is contained in:
Joe Bellus 2022-02-11 05:18:27 +00:00
parent 975c57f50f
commit 76090f31fc
1 changed files with 2 additions and 0 deletions

View File

@ -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"