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.
19 lines
482 B
TOML
19 lines
482 B
TOML
[package]
|
|
name = "impeccable-browser"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
impeccable-core = { workspace = true }
|
|
impeccable-detect = { workspace = true }
|
|
serde_json = { workspace = true, features = ["preserve_order", "float_roundtrip"] }
|
|
tungstenite = { version = "0.28", default-features = false, features = ["handshake"] }
|
|
png = "0.18"
|
|
base64 = "0.22"
|
|
url = "2"
|
|
percent-encoding = "2"
|
|
|
|
sha2 = "0.10"
|