[package] name = "bigbrainwordle" version = "0.2.1" edition = "2021" description = "A cli tool that helps you solve the daily wordle" license = "MIT OR Apache-2.0" repository = "https://github.com/kloki/bigbrainwordle" [dependencies] rand = "0.8.5" ratatui = "0.28.1" rayon = "1.10.0"