mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
13 lines
355 B
TOML
13 lines
355 B
TOML
[package]
|
|
name = "brk_alloc"
|
|
description = "Global allocator and memory utilities for brk"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
libmimalloc-sys = { version = "0.1.44", features = ["extended"] }
|
|
mimalloc = { version = "0.1.48", features = ["v3"] }
|