1a73791e1d
- workspace.package.version: 0.8.29 → 0.8.30 - per-crate path-dependency version pins: 0.8.29 → 0.8.30 - npm/deepseek-tui: version + deepseekBinaryVersion → 0.8.30 - Cargo.lock refreshed via `cargo update --workspace --offline` - CHANGELOG: `[Unreleased]` → `[0.8.30] - 2026-05-11` with the full release-theme paragraph and the new "Changed" section for the Alt+<key> unification Verified with `./scripts/release/check-versions.sh`: Version state OK: workspace=0.8.30, npm=0.8.30, lockfile in sync.
13 lines
365 B
TOML
13 lines
365 B
TOML
[package]
|
|
name = "deepseek-execpolicy"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Execution policy and approval model parity for DeepSeek workspace architecture"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
deepseek-protocol = { path = "../protocol", version = "0.8.30" }
|
|
serde.workspace = true
|