Chih-Hung Hsieh | 92ff605 | 2020-06-10 20:18:39 -0700 | [diff] [blame] | 1 | name: "protobuf-codegen" |
| 2 | description: "Code generator for rust-protobuf.\n\nIncludes a library and `protoc-gen-rust` binary.\n\nSee `protoc-rust` and `protobuf-codegen-pure` crates.\n" |
| 3 | third_party { |
| 4 | url { |
| 5 | type: HOMEPAGE |
| 6 | value: "https://crates.io/crates/protobuf-codegen" |
| 7 | } |
| 8 | url { |
| 9 | type: GIT |
| 10 | value: "https://github.com/stepancheg/rust-protobuf" |
| 11 | } |
Haibo Huang | 72fec01 | 2020-07-10 20:24:04 -0700 | [diff] [blame] | 12 | version: "2.16.2" |
Chih-Hung Hsieh | 92ff605 | 2020-06-10 20:18:39 -0700 | [diff] [blame] | 13 | license_type: NOTICE |
| 14 | last_upgrade_date { |
| 15 | year: 2020 |
Haibo Huang | 72fec01 | 2020-07-10 20:24:04 -0700 | [diff] [blame] | 16 | month: 7 |
| 17 | day: 10 |
Chih-Hung Hsieh | 92ff605 | 2020-06-10 20:18:39 -0700 | [diff] [blame] | 18 | } |
| 19 | } |