Add 'flags' to the list of keywords

This commit is contained in:
kryptan 2017-10-02 17:51:35 +03:00 committed by GitHub
parent 40cd92934a
commit 39c52fa461

View File

@ -7,7 +7,7 @@ name = "bitflags"
version = "1.0.0"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
keywords = ["bit", "bitmask", "bitflags"]
keywords = ["bit", "bitmask", "bitflags", "flags"]
readme = "README.md"
repository = "https://github.com/rust-lang-nursery/bitflags"
homepage = "https://github.com/rust-lang-nursery/bitflags"