aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/base.tera: update template againGeorgy Yakovlev2023-01-041-2/+5
* src/base.tera: add QA_FLAGS_IGNOREDGeorgy Yakovlev2023-01-041-0/+4
* Ignore SPDX parentheses and add crate name to the license error messageLeonardo Neumann2023-01-042-2/+6
* Update deps, adjust lockfile importGeorgy Yakovlev2022-07-271-1/+1
* src/base.tera: update whitespaceGeorgy Yakovlev2021-10-071-0/+1
* package-name option support, it needs for Cargo.toml without root packageMiezhiko2021-10-072-8/+25
* Implement audit functionality using rustsecLeonardo Neumann2021-08-263-3/+108
* Use path references instead of owned counterpartsLeonardo Neumann2021-08-262-10/+10
* Remove cargo-lock dependencyLeonardo Neumann2021-08-261-41/+5
* Update the base templateLuca Barbato2021-08-251-4/+3
* Move the bulk of the template to base.teraLuca Barbato2021-08-253-27/+36
* Add an option to provide a custom tera templateLuca Barbato2021-08-252-3/+14
* Convert the default template to teraLuca Barbato2021-08-253-26/+30
* Update dependencies0.3.3Matthew2021-08-021-1/+1
* src/license.rs: add Apache-2.0-with-LLVM-exceptionsGeorgy Yakovlev2021-08-021-0/+1
* Initial support for license mappingLeonardo H. Neumann2021-08-022-11/+179
* Do not call a proc macro helper before it is definedLuca Barbato2021-08-011-1/+1
* 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