blob: b4901c8a49901602982d7feb9a79e095a37500e3 [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
Chih-Hung Hsiehbe338a12020-10-26 13:16:51 -070010 value: "https://static.crates.io/crates/structopt/structopt-0.3.20.crate"
Matthew Maurercb442cb2020-06-02 11:15:15 -070011 }
Chih-Hung Hsiehbe338a12020-10-26 13:16:51 -070012 version: "0.3.20"
Matthew Maurercb442cb2020-06-02 11:15:15 -070013 license_type: NOTICE
14 last_upgrade_date {
15 year: 2020
Chih-Hung Hsiehbe338a12020-10-26 13:16:51 -070016 month: 10
17 day: 26
Matthew Maurercb442cb2020-06-02 11:15:15 -070018 }
Chih-Hung Hsiehf5572832020-08-25 20:49:29 -070019}