ttypr 0.2.3

terminal typing practice
Documentation
[[bin]]
name = "ttypr"
path = "src/main.rs"

[dependencies.color-eyre]
version = "0.6.4"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.home]
version = "0.5.9"

[dependencies.rand]
version = "0.9.1"

[dependencies.ratatui]
version = "0.29.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "terminal typing practice"
edition = "2024"
keywords = ["tui", "terminal", "typing", "practice", "tutor"]
license = "MIT"
name = "ttypr"
readme = "README.md"
repository = "https://github.com/hotellogical05/ttypr"
version = "0.2.3"