cargo-e 0.1.2

e is for Example. A command-line tool for running and exploring source, examples, and binaries from Rust projects. It will run the first example, if no options are given.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.2]https://github.com/davehorner/cargo-e/compare/v0.1.1...v0.1.2 - 2025-03-10

### Other

- update permissions in release-plz.yml to allow write access for pull-requests and contents

## [0.1.1]https://github.com/davehorner/cargo-e/compare/v0.1.0...v0.1.1 - 2025-03-10

### Added

- feat: add anyhow dependency and implement command builder with target discovery
- add anyhow dependency and implement command builder with target discovery
- work on move towards targets of the test,bin,example,manifest kind.
- getting testing started.

## [0.1.0]https://github.com/davehorner/cargo-e/releases/tag/v0.1.0 - 2025-03-09

### Added

- equivalent feature flag for simple shortcut with no improvements
- *(aipack)* add crate recreator tool, config, and release workflow
- initial commit of cargo-e Cargo subcommand

### Other

- improve logging, formatting, and comments across modules
- skip bacon tests in GitHub workflow
- update README.md for clarity and improved grammar
- add Rust GitHub Actions workflow
- cleanup