mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-06-13 00:50:16 -06:00
18 lines
370 B
TOML
18 lines
370 B
TOML
[package]
|
|
name = "bdwgc-alloc"
|
|
version = "0.6.12"
|
|
edition = "2024"
|
|
description = "impl GlobalAlloc for bdwgc"
|
|
repository = "https://github.com/raviqqe/bdwgc-alloc"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
libc = "0.2.178"
|
|
|
|
[build-dependencies]
|
|
autotools = { version = "0.2.7", optional = true }
|
|
cmake = { version = "0.1.55", optional = true }
|
|
|
|
[features]
|
|
default = ["autotools"]
|