From 3581c41db119b9ee4fc145b267221039ec031333 Mon Sep 17 00:00:00 2001 From: Armin Becher Date: Fri, 24 Apr 2020 11:23:36 +0200 Subject: [PATCH] Fix cratesio category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81ad2cc..d4507d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Armin Becher "] edition = "2018" description = "Dynamic generic 2D data structure." keywords = [ "2D", "array", "matrix", "data-structure", "2D-vector"] -categories = [ "science", "data-structure",] +categories = [ "science", "data-structures",] readme = "README.md" license = "MIT" repository = "https://github.com/becheran/grid"