7a27e6bd1f
- Bump all internal deepseek-* path dependency versions from 0.8.11 → 0.8.12 - Sync Cargo.lock after version bump - Refresh en/zh-CN README Thanks sections with v0.8.9–v0.8.12 contributors - Update zh-CN README 'What's New' from v0.8.10 → v0.8.12 - Fix zh-CN pricing discount end date: May 5 → May 31
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.12" }
|
|
serde.workspace = true
|