[package] name = "sudoku-rust" version = "0.3.0" edition = "2021" license = "MIT" description = "Sudoku game in the terminal + Sudoku library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossterm = "0.25.0" rand = "0.8.5" tui = "0.19.0"