2024-04-28 11:30:15 +02:00
|
|
|
[package]
|
|
|
|
name = "dttyper"
|
|
|
|
description = "Terminal-based typing test."
|
2024-05-30 19:07:03 +02:00
|
|
|
version = "1.4.3"
|
2024-04-28 11:30:15 +02:00
|
|
|
readme = "README.md"
|
2024-05-30 19:07:03 +02:00
|
|
|
repository = "https://git.4o1x5.dev/4o1x5/dttyper.git"
|
|
|
|
homepage = "https://git.4o1x5.dev/4o1x5/dttyper"
|
2024-04-28 11:30:15 +02:00
|
|
|
license = "MIT"
|
|
|
|
authors = [
|
|
|
|
"Max Niederman <max@maxniederman.com>",
|
2024-05-30 19:07:03 +02:00
|
|
|
"4o1x5 <4o1x5@4o1x5.dev>",
|
2024-04-28 11:30:15 +02:00
|
|
|
]
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
reqwest = { version = "0.11.25", features = ["blocking"] }
|
|
|
|
|
|
|
|
structopt = "^0.3"
|
|
|
|
dirs = "^5.0"
|
|
|
|
crossterm = "^0.27"
|
|
|
|
rust-embed = "^8.2"
|
|
|
|
toml = "^0.8"
|
|
|
|
serde_json = "1.0.114"
|
|
|
|
|
|
|
|
chrono = "0.4.35"
|
|
|
|
[dependencies.ratatui]
|
|
|
|
version = "^0.25"
|
|
|
|
|
|
|
|
[dependencies.rand]
|
|
|
|
version = "^0.8"
|
|
|
|
features = ["alloc"]
|
|
|
|
|
|
|
|
[dependencies.serde]
|
|
|
|
version = "^1.0"
|
|
|
|
features = ["derive"]
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
dirs = "^5.0"
|