diff options
Diffstat (limited to 'tvix/build/Cargo.toml')
-rw-r--r-- | tvix/build/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/build/Cargo.toml b/tvix/build/Cargo.toml index c0cf86408087..8bb68783f0ea 100644 --- a/tvix/build/Cargo.toml +++ b/tvix/build/Cargo.toml @@ -16,6 +16,7 @@ tvix-castore = { path = "../castore" } tvix-tracing = { path = "../tracing" } tracing = "0.1.40" url = "2.4.0" +mimalloc = "0.1.43" [dependencies.tonic-reflection] optional = true |