diff --git a/Cargo.toml b/Cargo.toml index 80ee6fc..59df55b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "malloc-array" description = "libc heap array allocator" -version = "1.1.0" +version = "1.1.1" authors = ["Avril "] edition = "2018" license = "GPL-3.0-or-later" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +readme = "README.md" +homepage = "https://github.com/notflan/rs-malloc-array" [features] default = ["zst_noalloc"]