toetactic 0.1.1

A Tic Tac Toe game for your terminal
Documentation
[[bin]]
name = "toetactic"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.textwrap]
version = "0.16.1"

[dependencies.toetactic_lib]
version = "0.1.0"

[lib]
name = "toetactic"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["games", "command-line-utilities"]
description = "A Tic Tac Toe game for your terminal"
edition = "2021"
keywords = ["tictactoe", "tui", "engine", "minimax", "algorithm"]
license = "MIT"
name = "toetactic"
readme = "README.md"
repository = "https://github.com/prawnydagrate/toetactic"
version = "0.1.1"