nanpure 1.0.1

Yet another sudoku playing game.
[[bin]]
name = "nanpure"
path = "src/main.rs"

[package]
authors = ["Rodrigo Montegasppα Cacilhας <montegasppa@cacilhas.info"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["games"]
description = "Yet another sudoku playing game."
edition = "2021"
homepage = "https://crates.io/crates/numples"
keywords = ["raylib", "sudoku"]
license = "BSD-3-Clause"
name = "nanpure"
readme = "README.md"
repository = "https://codeberg.org/cacilhas/numples"
version = "1.0.1"

[profile.dev]
debug = 2
opt-level = 1
panic = "abort"

[profile.dev.package."*"]
inherits = "dev"

[profile.release]
codegen-units = 1
debug = 0
lto = "thin"
opt-level = "s"
panic = "abort"
rpath = false
strip = true

[profile.release.package."*"]
inherits = "release"