[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"