mirror of
https://github.com/lucaspalomodevelop/binbreak.git
synced 2026-03-13 00:07:28 +00:00
22 lines
638 B
TOML
22 lines
638 B
TOML
[package]
|
|
name = "binbreak"
|
|
version = "0.1.0"
|
|
description = "A terminal based binary number guessing game"
|
|
authors = ["William Raendchen <william@holonaut.io>"]
|
|
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"
|