stable array collectors
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a1799b..a759c0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,12 @@
[package]
name = "collar"
-version = "0.1.0"
+version = "1.0.0"
edition = "2024"
-
-[dependencies]
+authors = ["bend-n <[email protected]>"]
+license = "MIT"
+description = "easy array collection"
+repository = "https://github.com/bend-n/collar"
+keywords = ["array", "utility", "collect", "iterators"]
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]