1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00

use jemalloc

This commit is contained in:
Robin Appelman 2019-08-29 22:28:38 +02:00
commit 8e39a1ed50
5 changed files with 36 additions and 5 deletions

View file

@ -25,6 +25,7 @@ serde_repr = "0.1"
better-panic = "0.1"
err-derive = "0.1"
parse-display = "0.1"
jemallocator = "0.3"
[dev-dependencies]
pretty_assertions = "0.6"