]> git.lizzy.rs Git - bit-set.git/commitdiff
fixup toml
authorAlexis Beingessner <a.beingessner@gmail.com>
Wed, 3 Jun 2015 01:12:39 +0000 (18:12 -0700)
committerAlexis Beingessner <a.beingessner@gmail.com>
Wed, 3 Jun 2015 01:12:39 +0000 (18:12 -0700)
Cargo.toml

index 4fd9888f6a2de805255d41933cc908b97416f1ef..f5ebbf2fbfd59c875d1254a22ae277b15fb1267c 100644 (file)
@@ -2,5 +2,12 @@
 name = "bit-set"
 version = "0.1.0"
 authors = ["Alexis Beingessner <a.beingessner@gmail.com>"]
+license = "MIT/Apache-2.0"
+description = "A Vec of bits"
+repository = "https://github.com/contain-rs/bit-set"
+homepage = "https://github.com/contain-rs/bit-set"
+documentation = "https://contain-rs.github.io/bit-set/bit_set"
+keywords = ["data-structures"]
+readme = "README.md"
 
 [dependencies.bit-vec]
\ No newline at end of file