newlib-alloc 0.1.0

Global allocator for Rust no_std projects on newlib targets
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "libc"
version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"

[[package]]
name = "newlib-alloc"
version = "0.1.0"
dependencies = [
 "libc",
]