[package]
edition = "2024"
name = "yom"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern, easy to install competitor to the dash shell, built solely to execute files."
readme = "README.md"
keywords = [
"shell",
"boot",
"script",
"initramfs",
"unix",
]
categories = [
"command-line-utilities",
"os::linux-apis",
]
license = "MIT"
repository = "https://github.com/G0o53/yom"
[[bin]]
name = "yom"
path = "src/main.rs"
[dependencies.shell-words]
version = "1.1.1"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true