Fix tag values

This commit is contained in:
Armin Becher 2020-04-06 21:59:47 +02:00
parent 4fd4b42124
commit 525ee27a9d

View file

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Armin Becher <armin.becher@gmai.com>"] authors = ["Armin Becher <armin.becher@gmai.com>"]
edition = "2018" edition = "2018"
description = "Dynamic generic 2D data structure." description = "Dynamic generic 2D data structure."
keywords = [ "2D", "array", "matrix", "data structure", "2D vector"] keywords = [ "2D", "array", "matrix", "data-structure", "2D-vector"]
categories = [ "science", "data-structure",] categories = [ "science", "data-structure",]
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
@ -24,4 +24,4 @@ rand="0.7.3"
[[bench]] [[bench]]
name = "benches" name = "benches"
harness = false harness = false