summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2023-09-21Merge pull request 'Update Rust crate clap to 4.4.4' (#20) from renovate/clap...HEADmainJustin Wernick
2023-09-21Update Rust crate git2 to 0.18.1Renovate Bot
2023-09-21Update Rust crate clap to 4.4.4Renovate Bot
2023-09-15Extra nix feature needed after updateJustin Wernick
2023-09-15Update Rust crate nix to 0.27.1Renovate Bot
2023-09-15Update Rust crate once_cell to 1.18.0Renovate Bot
2023-09-15Update Rust crate git2 to 0.18.0Renovate Bot
2023-09-15Update Rust crate comfy-table to 6.2.0Renovate Bot
2023-09-15Update Rust crate assert_cmd to 2.0.12Renovate Bot
2023-09-15Update Rust crate clap to 4.4.3Renovate Bot
2023-09-15Update Rust crate thiserror to 1.0.48Justin Wernick
2023-09-15Update Rust crate anyhow to 1.0.75Justin Wernick
2023-08-18Prepare for the next releasev0.3.0Justin Wernick
2023-08-18Update the repository for crates.ioJustin Wernick
2023-08-02Dual license with ApacheJustin Wernick
2023-07-17Prepare 0.2.0 releasev0.2.0Justin Wernick
2023-07-03Added a new "--verbose" option to the list commandJustin Wernick
2023-06-21Use a cargo feature to allow disabling docker tests in CIJustin Wernick
2023-06-15Added a changelog for completed todo itemsJustin Wernick
2023-05-28Cargo-dist config for building releasesJustin Wernick
2023-05-10Version bump for the updated readme that now references crates.iov0.1.1Justin Wernick
2023-05-10Simplify project by getting rid of workspacev0.1.0Justin Wernick
2023-05-10Build a markdown version of the readmeJustin Wernick
2023-05-10Rename the package to something not taken on crates.ioJustin Wernick
2023-04-19Categories and keywordsJustin Wernick
2023-04-19Add a licenseJustin Wernick
2023-04-13Enable LTO for production buildsJustin Wernick
2023-04-03Change cargo config to work better with sccacheJustin Wernick
2023-03-30Failing test to get started with listing reposJustin Wernick
2023-03-25Identify where the current code needs the dirs to existJustin Wernick
2023-03-20Move user info gathering to its own workspace crateJustin Wernick
2023-03-20Put git repos into a user-specific dirJustin Wernick
2023-03-17Use rustylineJustin Wernick
2023-03-17Use shlex to split shell argumentsJustin Wernick
2023-03-12Added an batch modeJustin Wernick
2023-03-12Make sure ssh ports don't conflict between testsJustin Wernick
2023-03-11Fixed several small issues preventing ssh tests from running correctly in par...Justin Wernick
2023-03-08Vendor git2 to make it easier to deploy shackle without dynamic libsJustin Wernick
2023-03-01Isolate test runs from each otherJustin Wernick
2023-02-28Git initJustin Wernick
2023-02-27Revamp parsing to support more complex commandsJustin Wernick
2023-02-24Anyhow to simplify testsJustin Wernick
2023-02-21Prompt in a loopJustin Wernick
2023-02-20The first test, prints a promptJustin Wernick
2023-02-18Initial commitJustin Wernick