blob: b6bc6ffc613b0a9c7ae33ecdb3b2a72b3482bfab [file] [log] [blame]
Chih-Hung Hsiehf5572832020-08-25 20:49:29 -07001name: "structopt"
Matthew Maurercb442cb2020-06-02 11:15:15 -07002description: "Parse command line argument by defining a struct."
3third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/structopt"
7 }
8 url {
Chih-Hung Hsiehf5572832020-08-25 20:49:29 -07009 type: ARCHIVE
Haibo Huange7bfadf2020-09-23 21:23:42 -070010 value: "https://static.crates.io/crates/structopt/structopt-0.3.18.crate"
Matthew Maurercb442cb2020-06-02 11:15:15 -070011 }
Haibo Huange7bfadf2020-09-23 21:23:42 -070012 version: "0.3.18"
Matthew Maurercb442cb2020-06-02 11:15:15 -070013 license_type: NOTICE
14 last_upgrade_date {
15 year: 2020
Haibo Huange7bfadf2020-09-23 21:23:42 -070016 month: 9
17 day: 23
Matthew Maurercb442cb2020-06-02 11:15:15 -070018 }
Chih-Hung Hsiehf5572832020-08-25 20:49:29 -070019}