pepper 0.15.0

A simple and opinionated modal code editor for your terminal
Documentation
[[example]]
name = "pepper-vanilla"
path = "examples/vanilla.rs"

[lib]
name = "pepper"
path = "src/lib.rs"

[package]
authors = ["Matheus Lessa"]
categories = ["command-line-utilities", "text-editors"]
description = "A simple and opinionated modal code editor for your terminal"
documentation = "https://vamolessa.github.io/pepper/pepper/rc/help"
edition = "2018"
homepage = "https://vamolessa.github.io/pepper"
license = "GPL-3.0"
name = "pepper"
readme = "../README.md"
repository = "https://github.com/vamolessa/pepper"
resolver = "2"
version = "0.15.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winbase", "winerror", "winuser", "errhandlingapi", "stringapiset", "winnls", "consoleapi", "processenv", "handleapi", "synchapi", "ioapiset", "namedpipeapi", "debugapi", "sysinfoapi"]
version = "0.3"