[package] name = "rustypex" description = "A TUI typing test for cool people." repository = "https://github.com/d3vboi/rustypex" # readme = "README.md" # TODO categories = ["command-line-utilities"] keywords = ["typing-test", "typing", "wpm"] version = "0.4.5" edition = "2021" license = "MIT" default-run = "rustypex" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] strip = "debuginfo" [lib] [dependencies] termion = "2.0.1" rand = "0.8.4" bisection = "0.1.0" clap = { version = "3.0.5", features = ["derive", "color", "suggestions"] } include-flate = {version ="0.1.4", features=["stable"]}