[package] name = "GRE_dictation" version = "0.1.0" edition = "2021" description = "A GRE dictation tool, randomly select a word from the word list and test you." license = "MIT" [profile.dev] opt-level = 1 [dependencies] colored = "2.0.0" rand = "0.8.4"