owen 0.0.1

Terminal User Interface library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.crossterm]
version = "0.26.0"

[package]
description = "Terminal User Interface library"
edition = "2021"
exclude = [".pre-commit-config.yaml", ".rustfmt.toml", ".github"]
keywords = ["tui", "terminal", "terminal-ui", "cli", "console"]
license = "MIT"
name = "owen"
readme = "README.md"
repository = "https://github.com/Moncheeta/owen"
version = "0.0.1"