Newer
Older
vengine / external / rpmalloc-sys / Cargo.toml
Maple Nebel Maple Nebel 9 days ago 261 bytes things
[package]
name = "rpmalloc-sys"
version = "0.1.0"
edition = "2024"

[dependencies]
libc = "0.2.186"

[features]
statistics = []
override = []

[build-dependencies]
bindgen = "0.71.0"
git2 = {version =  "0.21.0", features = ["https", "ssh"]}
num_cpus = "1.17.0"