Files
codewhale/crates/execpolicy/Cargo.toml
T
Hunter Bown 228372935e chore(release): prepare v0.8.45
Harvested from PR #2118 by @Hmbown.

Includes Kimi/Moonshot OAuth, v0.8.45 release prep, the Codex/ChatGPT OAuth removal, open-source-first model defaults, and the safe green PR batch merged into main before the release branch refresh.
2026-05-25 18:45:36 -05:00

13 lines
367 B
TOML

[package]
name = "codewhale-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
codewhale-protocol = { path = "../protocol", version = "0.8.45" }
serde.workspace = true