Files
codewhale/crates/core/Cargo.toml
T
Hunter B ccc0315831 chore(release): prepare v0.8.59
Cut the 0.8.59 changelog section, bump workspace/npm/README versions, refresh Cargo.lock and generated web facts, and sync the embedded TUI changelog slice.

Also fixes the short codew shim to prefer its sibling codewhale dispatcher before PATH so fresh installs do not delegate to an older global binary.
2026-06-12 07:05:05 -07:00

23 lines
846 B
TOML

[package]
name = "codewhale-core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Core runtime boundaries for DeepSeek workspace architecture"
[dependencies]
anyhow.workspace = true
chrono.workspace = true
codewhale-agent = { path = "../agent", version = "0.8.59" }
codewhale-config = { path = "../config", version = "0.8.59" }
codewhale-execpolicy = { path = "../execpolicy", version = "0.8.59" }
codewhale-hooks = { path = "../hooks", version = "0.8.59" }
codewhale-mcp = { path = "../mcp", version = "0.8.59" }
codewhale-protocol = { path = "../protocol", version = "0.8.59" }
codewhale-state = { path = "../state", version = "0.8.59" }
codewhale-tools = { path = "../tools", version = "0.8.59" }
serde_json.workspace = true
tracing.workspace = true
uuid.workspace = true