[package] name = "newlib-alloc" version = "0.1.0" authors = ["Nick Mertin "] description = "Global allocator for Rust no_std projects on newlib targets" edition = "2018" license = "Apache-2.0" repository = "https://gitlab.com/nickmertin/newlib-alloc" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies.libc] version = "0.2" default-features = false