jemallocator/Cargo.toml
Mads Marquart 925d696924
Make unprefixed consistently override the system allocator (#109)
The goal is to move the various workarounds for this feature in rustc to the
jemalloc-sys crate instead.

Signed-off-by: Mads Marquart <mads@marquart.dk>
2025-09-23 14:42:34 +08:00

8 lines
131 B
TOML

[workspace]
members = [
"jemallocator",
"jemallocator-global",
"jemalloc-ctl",
"jemalloc-sys",
"test-dylib",
]