reef-shell 0.3.0

Bash compatibility layer for fish shell
Documentation
[package]
name = "reef-shell"
version = "0.3.0"
edition = "2024"
description = "Bash compatibility layer for fish shell"
license = "MIT"
repository = "https://github.com/ZStud/reef"
homepage = "https://github.com/ZStud/reef"
readme = "README.md"
keywords = ["fish", "bash", "shell", "translator", "compatibility"]
categories = ["command-line-utilities", "development-tools"]
exclude = [
    "fish/",
    "tests/",
    "PKGBUILD",
    ".SRCINFO",
    "pkg/",
]

[lib]
name = "reef"

[[bin]]
name = "reef"
path = "src/main.rs"

[dependencies]

[profile.release]
opt-level = "z"
lto = true
strip = true
panic = "abort"
codegen-units = 1