[package]
name = "kcode-kmap-command-lane"
version = "0.1.0"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Restart-safe durable command lane for administrator Kmap mutations"
repository = "https://github.com/DavidVorick/kcode"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
kcode-kennedy-session-kweb-contracts = "0.2.0"
kcode-kweb-db = "1.0.5"
kcode-kweb-manager = "0.1.2"
rusqlite = { version = "0.40", features = ["bundled"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["rt", "sync", "time"] }
[dev-dependencies]
tempfile = "3"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync", "time"] }
[lints.rust]
unsafe_code = "forbid"
[workspace]