blob: bafbb4754265f880ec9fffa440f59d4ac7229184 [file] [log] [blame]
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -07001name: "protobuf"
2description: "Rust implementation of Google protocol buffers"
3third_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 Huangd32e6ee2020-08-12 13:52:04 -070012 version: "2.17.0"
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -070013 license_type: NOTICE
14 last_upgrade_date {
15 year: 2020
Haibo Huangd32e6ee2020-08-12 13:52:04 -070016 month: 8
17 day: 12
Chih-Hung Hsiehcfc3a232020-06-10 20:13:05 -070018 }
19}