7630259748
Workspace + per-crate path-dep version pins, npm wrapper, and deepseekBinaryVersion all advance 0.8.28 -> 0.8.29. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
12 lines
335 B
TOML
12 lines
335 B
TOML
[package]
|
|
name = "deepseek-agent"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Model/provider registry and fallback strategy for DeepSeek workspace architecture"
|
|
|
|
[dependencies]
|
|
deepseek-config = { path = "../config", version = "0.8.29" }
|
|
serde.workspace = true
|