[package]
name = "kcode-kmap-mutations"
version = "0.1.0"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Atomic Kennedy Kmap mutation semantics over one borrowed Kweb database"
repository = "https://github.com/DavidVorick/kcode"
[dependencies]
kcode-kweb-db = "1.0.5"
[dev-dependencies]
chrono = "0.4"
tempfile = "3"
[lints.rust]
unsafe_code = "forbid"
[workspace]