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