softshell 0.0.2

Lua-configured shell that tries to be small and light but configurable as possible
[package]
name = "softshell"
version = "0.0.2"
edition = "2024"
description = "Lua-configured shell that tries to be small and light but configurable as possible"
repository = "https://github.com/kinoite/softshell"
license = "Apache-2.0"
keywords = ["lua", "cli", "command-line", "softshell"]
categories = ["command-line-utilities"]
homepage = "https://kinoite.github.io/sfsh"
documentation = "https://github.com/kinoite/softshell/wiki"

[dependencies]
mlua = { version = "0.11.1", features = ["lua54", "send", "serde"] }
rustyline = "16.0.0"

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