| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame] | 1 | name: "protobuf" |
| 2 | description: "Rust implementation of Google protocol buffers" |
| 3 | third_party { |
| 4 | url { |
| 5 | type: HOMEPAGE |
| 6 | value: "https://crates.io/crates/protobuf" |
| 7 | } |
| 8 | url { |
| 9 | type: GIT |
| 10 | value: "https://github.com/stepancheg/rust-protobuf" |
| 11 | } |
| Haibo Huang | d32e6ee | 2020-08-12 13:52:04 -0700 | [diff] [blame^] | 12 | version: "2.17.0" |
| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame] | 13 | license_type: NOTICE |
| 14 | last_upgrade_date { |
| 15 | year: 2020 |
| Haibo Huang | d32e6ee | 2020-08-12 13:52:04 -0700 | [diff] [blame^] | 16 | month: 8 |
| 17 | day: 12 |
| Chih-Hung Hsieh | cfc3a23 | 2020-06-10 20:13:05 -0700 | [diff] [blame] | 18 | } |
| 19 | } |