[[bin]]
name = "code-typing"
path = "src/main.rs"
[dependencies.crossterm]
version = "0.28"
[dependencies.rand]
version = "0.8"
[dependencies.ratatui]
version = "0.28"
[package]
authors = ["Vincent Woo"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "games"]
description = "A terminal-based typing game for Rust programmers. Practice typing real Rust code snippets to improve your coding speed and accuracy."
documentation = "https://github.com/wooyukit/code-typing#readme"
edition = "2021"
exclude = ["target/", ".git/", ".gitignore"]
homepage = "https://github.com/wooyukit/code-typing"
keywords = ["typing", "game", "terminal", "rust", "practice"]
license = "MIT"
name = "code-typing"
readme = "README.md"
repository = "https://github.com/wooyukit/code-typing"
version = "0.1.2"
[profile.release]
codegen-units = 1
lto = true
strip = true