b92d3569fd
Two responsibly-disclosed security fixes: - GHSA-88gh-2526-gfrr (@JafarAkhondali) - GHSA-72w5-pf8h-xfp4 (@47Cid) Plus version bump, CHANGELOG, regression tests for both. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
16 lines
420 B
TOML
16 lines
420 B
TOML
[package]
|
|
name = "deepseek-config"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Config schema and precedence model for DeepSeek workspace architecture"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
deepseek-secrets = { path = "../secrets", version = "0.8.26" }
|
|
dirs.workspace = true
|
|
serde.workspace = true
|
|
toml.workspace = true
|
|
tracing.workspace = true
|