Skip to content

Commit 50541a0

Browse files
committed
Add some package metadata
1 parent 04f16db commit 50541a0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Cargo.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@
33
name = "generic-array"
44
version = "0.9.0"
55
authors = [ "Bartłomiej Kamiński <fizyk20@gmail.com>" ]
6+
67
description = "Generic types implementing functionality of arrays"
8+
readme = "README.md"
9+
710
license = "MIT"
8-
repository = "https://github.com/fizyk20/generic-array.git"
11+
912
documentation = "http://fizyk20.github.io/generic-array/generic_array/"
13+
repository = "https://github.com/fizyk20/generic-array.git"
14+
15+
keywords = ["generic", "array"]
16+
categories = ["data-structures", "no-std"]
17+
18+
[badges]
19+
travis-ci = { repository = "fizyk20/generic-array" }
1020

1121
[lib]
1222
name = "generic_array"

0 commit comments

Comments
 (0)