[[bin]]
name = "cmdy"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.arboard]
version = "2"
[dependencies.clap]
features = ["derive"]
version = "4.5.36"
[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.shell-escape]
version = "0.1.5"
[dependencies.tempfile]
version = "3.19.1"
[dependencies.toml]
version = "0.8.20"
[package]
authors = ["Mark Jaquith <mark@jaquith.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Lists and runs predefined command snippets"
edition = "2024"
keywords = ["cli", "commands", "runner"]
license = "MIT"
name = "cmdy"
readme = "README.md"
repository = "https://github.com/markjaquith/cmdy"
version = "0.1.3"
[package.metadata.alias]
fix = "clippy --fix && fmt"
[package.metadata.release]
consolidate-commits = true
pre-release-commit-message = "chore: release {{version}}"
publish = true
push = true
tag-name = "v{{version}}"