ttypr 0.2.3

terminal typing practice
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ttypr"
version = "0.2.3"
edition = "2024"
description = "terminal typing practice"
license = "MIT"
repository = "https://github.com/hotellogical05/ttypr"
keywords = ["tui", "terminal", "typing", "practice", "tutor"]

[dependencies]
ratatui = "0.29.0"
crossterm = "0.28.1"
color-eyre = "0.6.4"
rand = "0.9.1"
home = "0.5.9"