[package] name = "mine_sweeperr" version = "0.3.0" license = "MIT OR Apache-2.0" authors = ["Princic-1837592 "] description = "Minimalist interface to manage the backed of a mine sweeper game" repository = "https://github.com/Princic-1837592/mine_sweeperr" homepage = "https://princic-1837592.github.io/" keywords = ["mine", "sweeper", "minesweeper"] categories = ["data-structures", "games", "game-development", "wasm"] edition = "2021" [lib] doctest = false [target.'cfg(not(target_family = "wasm"))'.dependencies] rand = "0.8.5" [target.'cfg(target_family = "wasm")'.dependencies] wasm-bindgen = "0.2.80"