d5c45d962d
Squash merge of work/v0.8.36-cache-hygiene into main. All preflight gates passed: version-drift/check/lint/test (3073 pass, 0 fail) / CodeQL / GitGuardian / npm-smoke. Preparing the v0.8.36 release tag.
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.36" }
|
|
serde.workspace = true
|