Jason Macnak | efaa095 | 2019-12-12 22:33:33 +0000 | [diff] [blame^] | 1 | name: "bitflags" |
2 | description: | ||||
3 | "A Rust macro to generate structures which behave like a set of bitflags." | ||||
4 | |||||
5 | third_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 | } |