0181493c79
Co-Authored-By: Claude <noreply@anthropic.com> https://claude.ai/code/session_018zaP8vUfTAsrE38L6h6fw5
12 lines
337 B
TOML
12 lines
337 B
TOML
[package]
|
|
name = "codewhale-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]
|
|
codewhale-config = { path = "../config", version = "0.8.58" }
|
|
serde.workspace = true
|