Files
codewhale/crates/core/Cargo.toml
T
Hunter Bown 8ba8600155 release: v0.7.6
- Bump workspace version to 0.7.6 (Cargo.toml + all crate internal dep pins)
- Bump npm wrapper version and deepseekBinaryVersion to 0.7.6
- Add v0.7.6 changelog entry: localization, paste burst, history search,
  pending input preview, grouped /config editor, searchable help overlay,
  Alt+↑ edit-last-queued, composer attachment management
- Update README with v0.7.6 features (localization, paste, history search)
- Archive v0.7.5 implementation plan to docs/archive/
- Update Cargo.lock
2026-04-29 17:00:36 -05:00

23 lines
827 B
TOML

[package]
name = "deepseek-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
deepseek-agent = { path = "../agent", version = "0.7.6" }
deepseek-config = { path = "../config", version = "0.7.6" }
deepseek-execpolicy = { path = "../execpolicy", version = "0.7.6" }
deepseek-hooks = { path = "../hooks", version = "0.7.6" }
deepseek-mcp = { path = "../mcp", version = "0.7.6" }
deepseek-protocol = { path = "../protocol", version = "0.7.6" }
deepseek-state = { path = "../state", version = "0.7.6" }
deepseek-tools = { path = "../tools", version = "0.7.6" }
serde_json.workspace = true
tokio.workspace = true
uuid.workspace = true