blob: ee6a0755345a97153f9fae26115120872a053e94 [file] [log] [blame]
Jason Macnakefaa0952019-12-12 22:33:33 +00001name: "bitflags"
2description:
3 "A Rust macro to generate structures which behave like a set of bitflags."
4
5third_party {
6 url {
7 type: HOMEPAGE
8 value: "https://crates.io/crates/bitflags"
9 }
10 url {
11 type: GIT
12 value: "https://github.com/bitflags/bitflags"
13 }
14 version: "1.2.1"
15 last_upgrade_date { year: 2019 month: 12 day: 12 }
16}