mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-15 07:36:50 +03:00
Carry native comp capture and completion integrity fixes into the reviewed component workflow. Bump the skill to 4.4.0 and engine/platform pins to 0.1.6; keep publication separate from this release candidate. AI assistance: implemented and validated with OpenAI Codex.
18 lines
469 B
TOML
18 lines
469 B
TOML
[package]
|
|
name = "impeccable-hook"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
impeccable-common = { workspace = true }
|
|
impeccable-comp-verbs = { workspace = true }
|
|
impeccable-core = { workspace = true }
|
|
impeccable-detect = { workspace = true }
|
|
impeccable-context = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
regex = { workspace = true }
|
|
once_cell = { workspace = true }
|
|
sha2 = "0.10"
|