ttypr 0.1.2

terminal typing practice
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ttypr"
version = "0.1.2"
edition = "2024"
description = "terminal typing practice"
license = "GPL-3.0-only"
repository = "https://github.com/hotellogical05/ttypr"

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