patsh 0.2.1

A command-line tool for patching shell scripts
Documentation
[dependencies.anyhow]
version = "1.0.75"

[dependencies.clap]
features = ["cargo", "derive", "unicode", "wrap_help"]
version = "4.3.22"

[dependencies.is_executable]
version = "1.0.1"

[dependencies.shell-escape]
version = "0.1.5"

[dependencies.tree-sitter]
version = "0.20.10"

[dependencies.tree-sitter-bash]
version = "0.20.0"
[dev-dependencies.assert_cmd]
version = "2.0.12"

[dev-dependencies.expect-test]
version = "1.4.1"

[dev-dependencies.tempfile]
version = "3.7.1"

[package]
authors = ["figsoda <figsoda@pm.me>"]
categories = ["command-line-utilities"]
description = "A command-line tool for patching shell scripts"
edition = "2021"
homepage = "https://github.com/nix-community/patsh"
keywords = ["bash", "cli", "nix", "patch", "shell"]
license = "MPL-2.0"
name = "patsh"
readme = "README.md"
repository = "https://github.com/nix-community/patsh"
version = "0.2.1"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"