dttyper/Cargo.toml

39 lines
738 B
TOML
Raw Permalink Normal View History

2024-04-28 11:30:15 +02:00
[package]
name = "dttyper"
description = "Terminal-based typing test."
version = "1.4.3"
2024-04-28 11:30:15 +02:00
readme = "README.md"
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>",
"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"