blob: 33abb6bb80be578664c0d5f0fcece68f52acc30c [file] [log] [blame]
Yi Kongf19c3f22021-02-13 04:04:00 +08001name: "zip"
2description: "Library to support the reading and writing of zip files."
3third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/zip"
7 }
8 url {
9 type: ARCHIVE
Joel Galenson45581102021-06-21 14:24:55 -070010 value: "https://static.crates.io/crates/zip/zip-0.5.13.crate"
Yi Kongf19c3f22021-02-13 04:04:00 +080011 }
Joel Galenson45581102021-06-21 14:24:55 -070012 version: "0.5.13"
Yi Kongf19c3f22021-02-13 04:04:00 +080013 license_type: NOTICE
14 last_upgrade_date {
15 year: 2021
Joel Galenson45581102021-06-21 14:24:55 -070016 month: 6
17 day: 21
Yi Kongf19c3f22021-02-13 04:04:00 +080018 }
19}