mirror of
https://github.com/openharmony/third_party_rust_bitflags.git
synced 2026-07-20 23:46:15 -04:00
Merge pull request #123 from kryptan/master
Add 'flags' to the list of keywords
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user