karsa 0.1.2

User friendly TUI library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.crossterm]
version = "^0.27.0"

[dependencies.fnv]
version = "^1"

[package]
authors = ["pwn2clown"]
description = "User friendly TUI library"
documentation = "https://docs.rs/karsa/"
edition = "2021"
exclude = ["assets/*"]
keywords = ["tui", "terminal"]
license-file = "LICENSE"
name = "karsa"
readme = "README.md"
repository = "https://github.com/pwn2clown/karsa"
version = "0.1.2"