[package] name = "freestanding-musl-malloc" version = "1.0.0" authors = ["Corey Richardson "] description = """ Extraction of musl-libc's malloc, made single-threaded and freestanding """ license = "MIT" build = "build.rs" [lib] path = "lib.rs" [build-dependencies] gcc = "0.3"