Skip to content

Commit 21d161b

Browse files
committed
parallel: Update Cargo.toml
1 parent 36d7a94 commit 21d161b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

parallel/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
name = "ndarray-parallel"
33
version = "0.1.0"
44
authors = ["bluss"]
5+
license = "MIT/Apache-2.0"
6+
7+
repository = "https://github.com/bluss/rust-ndarray"
8+
documentation = "https://docs.rs/ndarray-parallel/"
9+
10+
description = "Parallelization for ndarray (using rayon)."
11+
12+
keywords = ["data-structure", "multidimensional", "parallel", "concurrent"]
513

614
[dependencies]
715
rayon = "0.6"

0 commit comments

Comments
 (0)