ilsh 0.1.0

`ilsh` - A POSIX-Compliant Shell (CLI) Implementation in Rust
Documentation
[[bin]]
name = "ilsh"
path = "src/main.rs"

[dependencies]

[lib]
name = "ilsh"
path = "src/lib.rs"

[package]
authors = ["Ivan Lazarević"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "`ilsh` - A POSIX-Compliant Shell (CLI) Implementation in Rust"
edition = "2024"
keywords = ["cli"]
license = "MIT"
name = "ilsh"
readme = "README.md"
repository = "https://github.com/ivanbgd/ilsh"
rust-version = "1.89.0"
version = "0.1.0"

[profile.release]
codegen-units = 1
lto = "fat"
strip = "symbols"