console_engine 1.2.0

A simple terminal framework that provides display and input features
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "console_engine"
description = "A simple terminal framework that provides display and input features"
version = "1.2.0"
authors = ["Vincent Foulon <sup.vfoulon@gmail.com>"]
repository = "https://github.com/VincentFoulon80/console_engine"
readme = "README.md"
keywords = ["terminal","tui", "input"]
license = "MIT"
edition = "2018"

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

[dependencies]
crossterm = "0.17.4"

[dev-dependencies]
rand = "0.7.3"