|
|
@ -1,12 +1,12 @@
|
|
|
|
[package]
|
|
|
|
[package]
|
|
|
|
name = "malloc-array"
|
|
|
|
name = "malloc-array"
|
|
|
|
description = "libc heap array allocator"
|
|
|
|
description = "libc heap array allocator"
|
|
|
|
version = "1.1.0"
|
|
|
|
version = "1.1.1"
|
|
|
|
authors = ["Avril <flanchan@cumallover.me>"]
|
|
|
|
authors = ["Avril <flanchan@cumallover.me>"]
|
|
|
|
edition = "2018"
|
|
|
|
edition = "2018"
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
readme = "README.md"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
homepage = "https://github.com/notflan/rs-malloc-array"
|
|
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
[features]
|
|
|
|
default = ["zst_noalloc"]
|
|
|
|
default = ["zst_noalloc"]
|
|
|
|