blob: df2195b8784b831fc33fd63fceb5db21b30c2a78 [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 Huang1fc28252020-11-30 18:19:43 -080010 value: "https://static.crates.io/crates/structopt/structopt-0.3.21.crate"
Matthew Maurercb442cb2020-06-02 11:15:15 -070011 }
Haibo Huang1fc28252020-11-30 18:19:43 -080012 version: "0.3.21"
Matthew Maurercb442cb2020-06-02 11:15:15 -070013 license_type: NOTICE
14 last_upgrade_date {
15 year: 2020
Haibo Huang1fc28252020-11-30 18:19:43 -080016 month: 11
17 day: 30
Matthew Maurercb442cb2020-06-02 11:15:15 -070018 }
Chih-Hung Hsiehf5572832020-08-25 20:49:29 -070019}