sweeper 0.1.0

A foundation for Minesweeper implementations in Rust
Documentation
[dependencies.rand]
default-features = false
features = ["alloc"]
optional = true
version = "0.7"

[features]
default = ["std", "generation"]
generation = ["rand"]
std = ["rand/std"]
track_caller = []

[package]
authors = ["Kotauskas <v.toncharov@gmail.com>"]
description = "A foundation for Minesweeper implementations in Rust"
documentation = "https://docs.rs/sweeper"
edition = "2018"
license = "Zlib"
name = "sweeper"
readme = "README.md"
repository = "https://github.com/kotauskas/sweeper"
version = "0.1.0"