[[bin]]
name = "corre"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.40"
[dependencies.regex]
version = "1.11.1"
[dependencies.subprocess]
version = "0.2.9"
[lib]
name = "corre"
path = "src/lib.rs"
[package]
authors = ["Mozzie Dvorak <mdvorak.projects@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Execute shell scripts embedded within text"
edition = "2021"
exclude = ["dist/", "justfile", ".github/"]
homepage = "https://mdvorak340.github.io/corre/"
keywords = ["shell", "scripts"]
license = "MIT"
name = "corre"
readme = "README.md"
repository = "https://github.com/mdvorak340/corre"
version = "1.0.3"