blob: 4839f4748eb950976c5278104aba8f8a719af635 [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
David LeGare12ae7f82022-03-02 16:20:50 +000010 value: "https://static.crates.io/crates/structopt/structopt-0.3.26.crate"
Matthew Maurercb442cb2020-06-02 11:15:15 -070011 }
David LeGare12ae7f82022-03-02 16:20:50 +000012 version: "0.3.26"
Matthew Maurercb442cb2020-06-02 11:15:15 -070013 license_type: NOTICE
14 last_upgrade_date {
David LeGare12ae7f82022-03-02 16:20:50 +000015 year: 2022
16 month: 3
17 day: 1
Matthew Maurercb442cb2020-06-02 11:15:15 -070018 }
Chih-Hung Hsiehf5572832020-08-25 20:49:29 -070019}