ttypr 0.3.2

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

[dependencies]
ratatui = "0.29.0"
crossterm = "0.28.1"
color-eyre = "0.6.5"
rand = "0.9.1"
home = "0.5.9"
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.8.23"
sha2 = "0.10.9"