aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* package-name option support, it needs for Cargo.toml without root packageMiezhiko2021-10-071-1/+7
* Implement audit functionality using rustsecLeonardo Neumann2021-08-261-2/+5
* Use path references instead of owned counterpartsLeonardo Neumann2021-08-261-2/+2
* Add an option to provide a custom tera templateLuca Barbato2021-08-251-1/+4
* Do not call a proc macro helper before it is definedLuca Barbato2021-08-011-1/+1
* drop unused verbose and quiet flagsDoug Goldstein2020-01-261-8/+1
* split metadata gathering and ebuild writing functionsDoug Goldstein2020-01-261-3/+11
* convert to anyhow for modern ErrorDoug Goldstein2020-01-261-5/+3
* drop Cargo usageDoug Goldstein2020-01-261-15/+2
* switch to cargo_metadata for dep infoDoug Goldstein2020-01-261-1/+6
* upgrade to structopt 0.3Doug Goldstein2019-10-101-3/+8
* clean up cargo clippy warningsupdate-cargoDoug Goldstein2019-10-101-1/+0
* add colored help and removed clap settingsgibix2018-08-261-8/+2
* remove more Cargo usage from main binaryDoug Goldstein2018-06-291-13/+15
* switch from cargo to structopt for arg parsingDoug Goldstein2018-06-291-17/+43
* separate functionality into a libDoug Goldstein2018-06-291-135/+3
* upgrade cargo 0.19 to cargo 0.21Doug Goldstein2017-10-301-16/+11
* move from cargo 0.17 to cargo 0.19Doug Goldstein2017-10-301-1/+1
* rustfmt with 0.8.6Doug Goldstein2017-10-301-29/+31
* add missing license noticesDoug Goldstein2017-10-301-0/+10
* upgrade to Cargo 0.17Doug Goldstein2017-04-171-3/+9
* move usage into its own variableDoug Goldstein2017-04-171-5/+5
* upgrade to Cargo 0.16 to support workspacesDoug Goldstein2017-04-161-21/+44
* add some helper methods to make the code clearerDoug Goldstein2017-04-161-8/+26
* cargo fmt with rustfmt 0.8.0Doug Goldstein2017-04-161-15/+17
* src/ebuild.template: add valid Gentoo copyright header to generated ebuildsSergei Trofimovich2017-03-061-0/+2
* ensure we truncate the file we write toDoug Goldstein2016-12-011-0/+1
* sort the crate listDoug Goldstein2016-11-251-1/+4
* add license infoDoug Goldstein2016-11-251-0/+6
* use an iterator and not a for loopDoug Goldstein2016-11-251-4/+3
* auto-generate version info in templateDoug Goldstein2016-11-251-1/+3
* cleanups from using clippyDoug Goldstein2016-10-191-5/+5
* drop the use of rustacheDoug Goldstein2016-10-021-20/+10
* run rustfmt on the code baseDoug Goldstein2016-10-021-14/+13
* generate initial ebuildDoug Goldstein2016-08-011-5/+65
* initial versionDoug Goldstein2016-08-011-0/+51