返回 DeepSeek-TUI-2026
Cargo.toml
根目录 / crates / agent / Cargo.toml
1 [package]
2 name = "deepseek-agent"
3 version.workspace = true
4 edition.workspace = true
5 license.workspace = true
6 repository.workspace = true
7 description = "Model/provider registry and fallback strategy for DeepSeek workspace architecture"
8
9 [dependencies]
10 deepseek-config = { path = "../config", version = "0.8.15" }
11 serde.workspace = true
12
12 lines TOML