summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2021-03-17Add crate metadataMatthias Beyer
2021-03-17Update config: own fork -> 0.11Matthias Beyer
2021-03-16Update dialoguer: 0.7 -> 0.8Matthias Beyer
2021-03-13Switch from sha1 to sha-1Matthias Beyer
2021-03-11Add xdg-based config file mergingMatthias Beyer
2021-03-10Merge branch 'pathes-to-absolute'Matthias Beyer
2021-03-10Merge branch 'update-deps'Matthias Beyer
2021-03-10Re-write patch postprocessingMatthias Beyer
2021-03-09Implement patch-path rewritingMatthias Beyer
2021-03-07Add filters for listing containers on endpointsMatthias Beyer
2021-03-07Use the bytesize crate to format size of memory nicelyMatthias Beyer
2021-03-07result-inspect: 0.1 -> 0.2Matthias Beyer
2021-03-05Enable tokio feature "time"Matthias Beyer
2021-03-01Implement "release rm" subcommandMatthias Beyer
2021-02-21Update typed-builder: 0.8 -> 0.9Matthias Beyer
2021-02-21Update shiplift: git -> 0.7Matthias Beyer
2021-02-15Force "funty" to 1.1.0Matthias Beyer
2021-02-06Rewrite package organizational structure using DAGMatthias Beyer
2021-01-30Update tokio: 0.2 -> 1.0, shipliftMatthias Beyer
2021-01-30typed-builder: 0.7 -> 0.8Matthias Beyer
2021-01-30reqwest: 0.10 -> 0.11Matthias Beyer
2021-01-30itertools: 0.9 -> 0.10Matthias Beyer
2021-01-29Add dependency: aquamarineMatthias Beyer
2021-01-25Remove unused crateMatthias Beyer
2021-01-15Reimplement tree printing using 'ptree'Matthias Beyer
2021-01-15Add compatiblity setting in configuration fileMatthias Beyer
2021-01-13Revert "Reimplement hash verification"Matthias Beyer
2021-01-13Add more Authors to Cargo.tomlMatthias Beyer
2021-01-13Set license in Cargo.tomlMatthias Beyer
2021-01-12Reimplement hash verificationMatthias Beyer
2021-01-12Fix: Spawn filesystem task on a blocking tokio threadMatthias Beyer
2021-01-12Pin shiplift to revisionMatthias Beyer
2021-01-11Fix: Remove indentation from script snippets when building scriptChristoph Prokop
2020-12-16Replace manual Display implementations with deriveMatthias Beyer
2020-12-15Add subcommand to generate CLI completion scriptMatthias Beyer
2020-12-14Disable logging in handlebarsMatthias Beyer
2020-12-14Remove ContainerError type, thiserror dependencyMatthias Beyer
2020-12-11CleanupMatthias Beyer
2020-12-11Remove unused dependency: tracingMatthias Beyer
2020-12-11Add feature: script lintingMatthias Beyer
2020-12-07Fix Licensing issueMatthias Beyer
2020-12-03Dependency: tokio: Enable only features we needMatthias Beyer
2020-12-03Update dependency: ascii_table must be 3.0.2 or newerMatthias Beyer
2020-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-26Update dependency: env_logger: 0.7 -> 0.8Matthias Beyer
2020-11-26Update dependency: log: 0.3 -> 0.4Matthias Beyer
2020-11-26Update dependency: config: 0.9 -> 0.10Matthias Beyer
2020-11-15Implement error reporting of failed jobsMatthias Beyer
2020-11-13Add flag to show script, highlighted automaticallyMatthias Beyer
2020-11-13Add command to show a single job from the databaseMatthias Beyer