]> git.lizzy.rs Git - bit-set.git/commitdiff
Cargo.toml: Mention 'bitset' in the keywords
authorroot <root@localhost>
Sun, 7 Jun 2015 10:30:42 +0000 (12:30 +0200)
committerroot <root@localhost>
Sun, 7 Jun 2015 10:30:42 +0000 (12:30 +0200)
Cargo.toml

index 1fe8a59f28ee7bf4ed4eabb6e6c52c2dc69bdbe0..caaec9b76fbc1140d62a811e45f0d9c086b1743a 100644 (file)
@@ -3,11 +3,11 @@ name = "bit-set"
 version = "0.2.0"
 authors = ["Alexis Beingessner <a.beingessner@gmail.com>"]
 license = "MIT/Apache-2.0"
-description = "A Vec of bits"
+description = "A set 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"]
+keywords = ["data-structures", "bitset"]
 readme = "README.md"
 
 [dev-dependencies]
@@ -16,4 +16,4 @@ rand = "*"
 [dependencies.bit-vec]
 
 [features]
-nightly = []
\ No newline at end of file
+nightly = []