aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drop unused verbose and quiet flagschange-up-the-parseDoug Goldstein2019-12-262-13/+2
* split metadata gathering and ebuild writing functionsDoug Goldstein2019-12-262-18/+29
* add package name and version to metadata structDoug Goldstein2019-12-261-0/+4
* convert to anyhow for modern ErrorDoug Goldstein2019-12-254-118/+13
* drop Cargo usageDoug Goldstein2019-12-254-975/+3
* convert from Cargo package data to cargo_metadataDoug Goldstein2019-12-253-53/+13
* gather root package data from cargo metadataDoug Goldstein2019-12-241-0/+17
* include license info for dependsDoug Goldstein2019-12-245-10/+49
* switch to cargo_metadata for dep infoDoug Goldstein2019-12-244-55/+47
* add some more badges for crates.ioDoug Goldstein2019-10-111-0/+2
* convert to 2018 edition of RustDoug Goldstein2019-10-111-0/+1
* reformat code with new rustfmt from rustupDoug Goldstein2019-10-102-5/+6
* (cargo-release) start next development iteration 0.2.1-alpha.0Doug Goldstein2019-10-102-2/+2
* (cargo-release) version 0.2.0v0.2.0Doug Goldstein2019-10-102-2/+2
* upgrade to structopt 0.3Doug Goldstein2019-10-103-13/+30
* clean up cargo clippy warningsupdate-cargoDoug Goldstein2019-10-102-5/+4
* upgrade to Cargo 0.37Doug Goldstein2019-10-104-492/+654
* Merge branch 'kpcyrd-patch-1'Doug Goldstein2019-10-101-2/+2
|\
| * Update ebuild.templatekpcyrd2019-10-101-2/+2
|/
* Merge branch 'roelaaij-master'Doug Goldstein2019-10-104-447/+615
|\
| * Update to cargo 0.29 and fix build.Roel Aaij2019-10-104-447/+615
|/
* split metadata parsing and ebuild generationDoug Goldstein2018-08-262-28/+81
* add ebuild specific metadata to the Cargo.tomlDoug Goldstein2018-08-261-0/+14
* add a basic hello world application for testingDoug Goldstein2018-08-263-0/+13
* add colored help and removed clap settingsgibix2018-08-261-8/+2
* Fix crates.io markdown linkWinny2018-08-121-1/+1
* replace outdated try!() macro with ? operatorgibix2018-07-071-20/+16
* remove more Cargo usage from main binaryDoug Goldstein2018-06-292-16/+21
* mark project as passively maintainedDoug Goldstein2018-06-291-0/+1
* switch from cargo to structopt for arg parsingDoug Goldstein2018-06-294-32/+183
* separate functionality into a libDoug Goldstein2018-06-294-145/+176
* Merge pull request #13 from cardoe/travis-updatesDoug Goldstein2018-06-282-30/+3
|\
| * ci: simplify Travis configDoug Goldstein2018-06-281-28/+0
| * ci: cache cargo bits on TravisDoug Goldstein2018-06-281-0/+1
| * bump minimum supported version to 1.26.0Doug Goldstein2018-06-282-2/+2
|/
* README: expand usage instructionsDoug Goldstein2017-12-031-61/+114
* README: expand on the badgesDoug Goldstein2017-12-031-1/+5
* (cargo-release) start next development iteration 0.1.6-preDoug Goldstein2017-10-302-2/+2
* (cargo-release) version 0.1.50.1.5Doug Goldstein2017-10-302-2/+2
* upgrade cargo 0.19 to cargo 0.21Doug Goldstein2017-10-303-109/+186
* move from cargo 0.17 to cargo 0.19Doug Goldstein2017-10-304-69/+214
* rustfmt with 0.8.6Doug Goldstein2017-10-301-29/+31
* add missing license noticesDoug Goldstein2017-10-301-0/+10
* (cargo-release) start next development iteration 0.1.5-preDoug Goldstein2017-04-172-2/+2
* (cargo-release) version 0.1.40.1.4Doug Goldstein2017-04-172-2/+2
* upgrade to Cargo 0.17Doug Goldstein2017-04-173-10/+23
* move usage into its own variableDoug Goldstein2017-04-171-5/+5
* update Cargo.toml for new fieldsDoug Goldstein2017-04-172-0/+8
* upgrade to Cargo 0.16 to support workspacesDoug Goldstein2017-04-163-247/+338
* add some helper methods to make the code clearerDoug Goldstein2017-04-161-8/+26