From: Alexis Beingessner Date: Wed, 3 Jun 2015 01:12:39 +0000 (-0700) Subject: fixup toml X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=fde57443fb4fd1e2cda5b806d045ef9c4621c670;p=bit-set.git fixup toml --- diff --git a/Cargo.toml b/Cargo.toml index 4fd9888..f5ebbf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,12 @@ name = "bit-set" version = "0.1.0" authors = ["Alexis Beingessner "] +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