shi 0.1.5

A Rust library for crafting shell interfaces.
Documentation
[dependencies.colored]
version = "2.0.0"

[dependencies.rustyline]
version = "7.1.0"

[dependencies.rustyline-derive]
version = "0.4.0"

[dependencies.thiserror]
version = "1.0.24"
[dev-dependencies.anyhow]
version = "1.0.36"

[dev-dependencies.pretty_assertions]
version = "0.6.1"

[package]
authors = ["may h <mehrabhoque@gmail.com>"]
categories = ["command-line-interface"]
description = "A Rust library for crafting shell interfaces."
edition = "2018"
exclude = ["rsrc/"]
keywords = ["shell", "interactive", "cli", "command", "readline"]
license = "MIT"
name = "shi"
readme = "README.md"
repository = "https://github.com/utagai/shi"
version = "0.1.5"