Roll the working tree back to the last approved shape, before the post-LICENSE span that false-greened the AFI parity matrix with symbol-presence probes and smuggled an unauthorized SQLAlchemy dependency into FastAPI's Shapes binding.
Forward commit, not a history rewrite — the six commits since 4effcc7 stay in the log as the record of what happened.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
17 lines
427 B
TOML
17 lines
427 B
TOML
[package]
|
|
name = "mizan-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Mizan server-side IR substrate — types, traits, KDL emitter, registry. Rust analog of cores/mizan-python/src/mizan_core/."
|
|
license = "Elastic-2.0"
|
|
|
|
[dependencies]
|
|
linkme = "0.3"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
async-trait = "0.1"
|
|
mizan-macros = { path = "../mizan-rust-macros" }
|
|
|
|
[dev-dependencies]
|
|
indoc = "2"
|