fryingpan 0.1.2

A TUI library based on pancurses.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fryingpan"
version = "0.1.2"
edition = "2021"
description = "A TUI library based on pancurses."
license = "MIT OR Apache-2.0"
keywords = ["pancurses", "tui"]
repository = "https://git.whodiduexpect.com/placeholder/pancakes"
readme = "README.md"
documentation = "https://docs.rs/fryingpan/latest/fryingpan/"

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

[dependencies]
anyhow = "1.0.66"
grid = "0.9.0"
pancurses = "0.17.0"
thiserror = "1.0.37"