-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (26 loc) · 770 Bytes
/
Copy pathCargo.toml
File metadata and controls
27 lines (26 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "thokr"
description = "sleek typing tui with visualized results and historical logging"
version = "0.5.0"
readme = "README.md"
repository = "https://github.com/thatvegandev/thokr.git"
homepage = "https://github.com/thatvegandev/thokr"
license = "MIT"
authors = ["Colby Thomas <thatvegandev@gmail.com>"]
edition = "2021"
exclude = [".github", "*.log", "Dockerfile", "plans"]
keywords = ["tui", "terminal", "typing"]
[dependencies]
ratatui = "0.30.1"
serde = { version = "1.0", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
serde_json = "1.0.79"
rand = "0.8.5"
itertools = "0.10.3"
unicode-width = "0.1.9"
webbrowser = "0.7.1"
strum_macros = "0.24.0"
include_dir = "0.7.2"
directories = "4.0"
chrono = "0.4"
cgisf_lib = "0.1.3"