diff options
Diffstat (limited to 'tvix/store/Cargo.toml')
-rw-r--r-- | tvix/store/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index de7d0a5042d0..0cbaa102f051 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -46,6 +46,7 @@ hyper-util = "0.1.6" toml = { version = "0.8.15", optional = true } tonic-health = { version = "0.12.1", default-features = false } redb = "2.1.1" +mimalloc = "0.1.43" [dependencies.tonic-reflection] optional = true |