aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* feat: include all features when pulling metadataPhilip DeMonaco2021-06-191-0/+3
* update output ebuild formattingTheo Anderson2020-12-042-6/+3
* Implemented automatic lockfile generationLeonardo H. Neumann2020-08-241-2/+33
* Fixed dependency resolution using Cargo.lockLeonardo H. Neumann2020-08-161-11/+18
* fixed local crates being added to ebuildLeonardo H. Neumann2020-06-181-1/+5
* drop unused verbose and quiet flagsDoug Goldstein2020-01-262-13/+2
* split metadata gathering and ebuild writing functionsDoug Goldstein2020-01-262-18/+29
* add package name and version to metadata structDoug Goldstein2020-01-261-0/+4
* convert to anyhow for modern ErrorDoug Goldstein2020-01-262-7/+5
* drop Cargo usageDoug Goldstein2020-01-262-19/+3
* convert from Cargo package data to cargo_metadataDoug Goldstein2020-01-263-53/+13
* gather root package data from cargo metadataDoug Goldstein2020-01-261-0/+17
* include license info for dependsDoug Goldstein2020-01-263-10/+32
* switch to cargo_metadata for dep infoDoug Goldstein2020-01-262-55/+28
* reformat code with new rustfmt from rustupDoug Goldstein2019-10-102-5/+6
* upgrade to structopt 0.3Doug Goldstein2019-10-101-3/+8
* clean up cargo clippy warningsupdate-cargoDoug Goldstein2019-10-102-5/+4
* upgrade to Cargo 0.37Doug Goldstein2019-10-101-3/+7
* Update ebuild.templatekpcyrd2019-10-101-2/+2
* Update to cargo 0.29 and fix build.Roel Aaij2019-10-102-10/+14
* split metadata parsing and ebuild generationDoug Goldstein2018-08-262-28/+81
* add colored help and removed clap settingsgibix2018-08-261-8/+2
* replace outdated try!() macro with ? operatorgibix2018-07-071-20/+16
* remove more Cargo usage from main binaryDoug Goldstein2018-06-292-16/+21
* switch from cargo to structopt for arg parsingDoug Goldstein2018-06-292-28/+46
* separate functionality into a libDoug Goldstein2018-06-292-135/+158
* 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-062-0/+5
* 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-252-1/+7
* use an iterator and not a for loopDoug Goldstein2016-11-251-4/+3
* auto-generate version info in templateDoug Goldstein2016-11-252-2/+4
* cleanups from using clippyDoug Goldstein2016-10-191-5/+5
* drop the use of rustacheDoug Goldstein2016-10-022-24/+14
* run rustfmt on the code baseDoug Goldstein2016-10-021-14/+13
* generate initial ebuildDoug Goldstein2016-08-012-5/+85
* initial versionDoug Goldstein2016-08-011-0/+51