[dependencies.clap]
features = ["derive", "cargo"]
version = "3.1.8"
[package]
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
description = "Repeats a command until it exits with the right code"
documentation = "https://github.com/seranth/cargo-repeat/wiki"
edition = "2021"
exclude = [".idea", ".github", ".gitignore", "cargo-repeat.iml", "Commands.toml"]
homepage = "https://seranth.github.io/cargo-repeat/"
keywords = ["cargo", "repeat"]
license = "MIT"
name = "cargo-repeat"
readme = "README.md"
repository = "https://github.com/seranth/cargo-repeat"
resolver = "2"
version = "0.1.0"