stable array collectors
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a759c0e..eb345e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,13 @@
[package]
name = "collar"
-version = "1.0.0"
+version = "1.0.1"
edition = "2024"
authors = ["bend-n <[email protected]>"]
license = "MIT"
description = "easy array collection"
repository = "https://github.com/bend-n/collar"
keywords = ["array", "utility", "collect", "iterators"]
+categories = ["no-std", "algorithms", "rust-patterns", "no-std::no-alloc"]
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]