blob: e1deda2e90399c6071eaad6e3be50e46769eff2d [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
10 value: "https://static.crates.io/crates/structopt/structopt-0.3.14.crate"
Matthew Maurercb442cb2020-06-02 11:15:15 -070011 }
12 version: "0.3.14"
13 license_type: NOTICE
14 last_upgrade_date {
15 year: 2020
16 month: 5
17 day: 6
18 }
Chih-Hung Hsiehf5572832020-08-25 20:49:29 -070019}