[package] name = "type_defender" version = "0.2.0" categories = ["games"] description = "A terminal based game to improve your typing." repository = "https://github.com/StephanMalan/type_defender" license = "MIT" authors = ["Stephan Malan "] edition = "2021" include = ["**/*.rs", "resources/*", "Cargo.toml", "LICSENSE", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossterm = "0.25" rand = "0.8.5" rust-embed = "6.6.1" strum = { version = "0.24.1", features = ["derive", "strum_macros"] } strum_macros = "0.24.3" tui = "0.19.0" tui-textarea = "0.2.0"