synterm 0.2.0

A Rust library for making beautiful REPLs and Shells with fish like as you type syntax highlighting
Documentation
[package]
name = "synterm"
description = "A Rust library for making beautiful REPLs and Shells with fish like as you type syntax highlighting"
version = "0.2.0"
authors = ["Sean Hellum <seanhellum45@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/JesterOrNot/SynTerm"
readme = "README.md"

[dependencies]
crossterm = "0.16.0"
termion = "1.5.5"
logos = "0.9.7"