[package] name = "bdwgc-alloc" description = "impl GlobalAlloc for bdwgc" version = "0.3.0" authors = ["swgillespie ", "Yota Toyama "] repository = "https://github.com/raviqqe/bdwgc-alloc" edition = "2018" license = "MIT" build = "build.rs" [dependencies] libc = "0.2" nix = "0.13" [build-dependencies] autotools = "0.2"