softshell 0.0.2

Lua-configured shell that tries to be small and light but configurable as possible
[[bin]]
name = "sfsh"
path = "src/main.rs"

[dependencies.mlua]
features = ["lua54", "send", "serde"]
version = "0.11.1"

[dependencies.rustyline]
version = "16.0.0"

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