Files
codewhale/crates/core/Cargo.toml
T
Hunter Bown 4f77c625fd fix(tui): forward-port v0.8.16 hotfix to main
Forward-port the v0.8.16 RLM/sub-agent hotfix onto main after tagging the release branch.
2026-05-07 00:04:31 -05:00

22 lines
812 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.8.16" }
deepseek-config = { path = "../config", version = "0.8.16" }
deepseek-execpolicy = { path = "../execpolicy", version = "0.8.16" }
deepseek-hooks = { path = "../hooks", version = "0.8.16" }
deepseek-mcp = { path = "../mcp", version = "0.8.16" }
deepseek-protocol = { path = "../protocol", version = "0.8.16" }
deepseek-state = { path = "../state", version = "0.8.16" }
deepseek-tools = { path = "../tools", version = "0.8.16" }
serde_json.workspace = true
uuid.workspace = true