Fix tag values
This commit is contained in:
parent
4fd4b42124
commit
525ee27a9d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue