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>
8 lines
131 B
TOML
8 lines
131 B
TOML
[workspace]
|
|
members = [
|
|
"jemallocator",
|
|
"jemallocator-global",
|
|
"jemalloc-ctl",
|
|
"jemalloc-sys",
|
|
"test-dylib",
|
|
]
|