dttyper/Cargo.toml
2005 836ad76173 flake:
rewrote the whole thing
added a few options but config needs to be written
changed old users to me
2024-05-30 19:07:03 +02:00

39 lines
738 B
TOML

[package]
name = "dttyper"
description = "Terminal-based typing test."
version = "1.4.3"
readme = "README.md"
repository = "https://git.4o1x5.dev/4o1x5/dttyper.git"
homepage = "https://git.4o1x5.dev/4o1x5/dttyper"
license = "MIT"
authors = [
"Max Niederman <max@maxniederman.com>",
"4o1x5 <4o1x5@4o1x5.dev>",
]
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"