wordl 0.3.0

Terminal Wordle game. Web like with keyboard hints and slow reveal animations.
[dependencies.color-eyre]
version = "0.6.2"

[dependencies.crossterm]
features = ["event-stream"]
version = "0.27.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.rand]
version = "0.8.5"

[dependencies.ratatui]
version = "0.25.0"

[dependencies.tokio]
features = ["full"]
version = "1.35.1"

[dependencies.tokio-util]
version = "0.7.10"

[package]
categories = ["command-line-utilities", "games"]
description = "Terminal Wordle game. Web like with keyboard hints and slow reveal animations."
documentation = "https://github.com/palerdot/wordl-rs"
edition = "2021"
exclude = ["logo.png", "wordl.gif", "wordl.png"]
homepage = "https://github.com/palerdot/wordl-rs"
keywords = ["wordle", "terminal", "games"]
license = "GPL-3.0"
name = "wordl"
readme = "README.md"
repository = "https://github.com/palerdot/wordl-rs"
version = "0.3.0"