[package]
name = "sqlite-forensic"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Forensic anomaly auditor for SQLite databases — header-integrity findings as graded report::Finding, built on sqlite-core (WS-C spike skeleton; WS-E expands carving/WAL/freelist)."
[dependencies]
sqlite-core = { workspace = true }
forensicnomicon = { workspace = true }
[lints]
workspace = true