Update Cargo.toml

This commit is contained in:
root
2015-05-19 17:27:28 +02:00
parent 476b23b9f1
commit 68a9b32e63
+1
View File
@@ -2,6 +2,7 @@
name = "arrayvec" name = "arrayvec"
version = "0.1.0" version = "0.1.0"
authors = ["bluss"] authors = ["bluss"]
license = "MIT/Apache-2.0"
description = "A vector with a fixed capacity." description = "A vector with a fixed capacity."
documentation = "http://bluss.github.io/arrayvec" documentation = "http://bluss.github.io/arrayvec"