network-ttt 1.0.1

tic-tac-toe that works over a local network
[dependencies.ctrlc]
features = ["termination"]
version = "3.4.2"

[dependencies.local-ip-address]
version = "0.4.8"

[dependencies.rand]
version = "0.8.5"

[dependencies.termion]
version = "3.0.0"

[package]
authors = ["NayaSapphire"]
description = "tic-tac-toe that works over a local network"
edition = "2021"
license = "MIT"
name = "network-ttt"
readme = "README.md"
version = "1.0.1"