blob: 647653764b2782f0720d5be03782f5e1920ab8da [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"
Bob Badour7255afa2020-04-23 15:43:03 -070015 license_type: NOTICE
Jason Macnakefaa0952019-12-12 22:33:33 +000016 last_upgrade_date { year: 2019 month: 12 day: 12 }
17}