Update Cargo.toml
This commit is contained in:
parent
975c57f50f
commit
76090f31fc
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue