[package] name = "sudoku" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bit_field = "0.10.2" num = "0.4.3" rand = "0.8.5" rand_chacha = "0.3.1" rand_core = { version = "0.6.4", features = ["getrandom"] } xml = "0.8.20" [lib] name = "sudoku" test = true