summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2021-07-05Fix repo URL, remove homepage URLHEADmasterMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-06Replace failure with anyhowMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-09-10Add helper to get latest version of a packageMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-02Remove unused dependency: toml-queryMatthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
2019-05-02Cargo.toml: Do only specify license, not -fileMatthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
2019-04-30Add crate metainformationMatthias Beyer
2019-04-30Add release profile configMatthias Beyer
2019-04-30Add: Feature to sort outputMatthias Beyer
2019-04-30Simplify error handlingMatthias Beyer
2019-04-25Remove unused importsMatthias Beyer
2019-04-24Add "compare" functionality in main()Matthias Beyer
Including the new dependency "csv" which is included by default. With this, one can pass a CSV file to compare against, as well as a JSON file.
2019-04-19Initial importMatthias Beyer
In the beginning there was darkness. So I spoke "git init". And there was a git repository.