[package] name = "binbreak" version = "0.1.0" description = "A terminal based binary number guessing game" authors = ["William Raendchen "] license = "MIT" edition = "2024" repository = "https://github.com/epic-64/binbreak" readme = "README.md" keywords = ["tui", "terminal", "game", "binary", "numbers"] categories = ["games", "command-line-utilities"] documentation = "https://docs.rs/binbreak" homepage = "https://github.com/epic-64/binbreak" exclude = ["binbreak_highscores.txt", "target/*", ".github/*"] [dependencies] crossterm = "0.29.0" ratatui = "0.29.0" indoc = "2.0.7" color-eyre = "0.6.3" rand = "0.9.1"