[package] name = "rsudoku" version = "0.1.0" edition = "2021" description = "Rust sudoku library" authors = ["Saúl Valdelvira "] license = "MIT" readme = "README" repository = "https://git.saulv.es/sudoku" [dependencies] rand = { version = "0.8.5", optional = true } [features] default = [] random = ["dep:rand"]