shellfish 0.2.1

A library to run custom interactive shells.
Documentation
[package]
name = "shellfish"
version = "0.2.1"
authors = ["John Toohey <john_t@mailo.com>"]
edition = "2018"
description = "A library to run custom interactive shells."
readme = "README.md"
repository = "https://gitlab.com/john_t/shellfish"
license = "MIT OR Apache-2.0"
keywords = ["shell", "cli", "interactive", "terminal"]
categories = ["command-line-interface"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustyline = { version = "8.2.0", optional = true }

[features]
default = [ "rustyline" ]