From: root Date: Sun, 7 Jun 2015 10:30:42 +0000 (+0200) Subject: Cargo.toml: Mention 'bitset' in the keywords X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=c464c26cc736d10ca11a03e48d98982f68127f97;p=bit-set.git Cargo.toml: Mention 'bitset' in the keywords --- diff --git a/Cargo.toml b/Cargo.toml index 1fe8a59..caaec9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,11 +3,11 @@ name = "bit-set" version = "0.2.0" authors = ["Alexis Beingessner "] 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 = []