diff --git a/Cargo.toml b/Cargo.toml index 43616e0..898f08e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,8 @@ [package] name = "vec-arena" -version = "0.0.1" +version = "0.1.0" authors = ["Stjepan Glavina "] -description = "Arena that allows inserting, removing, and accessing objects by indices" -repository = "https://github.com/stjepang/vec-arena" +description = "Object arena resembling Vec>" documentation = "https://docs.rs/vec-arena" license = "Apache-2.0/MIT" readme = "README.md"