mirror of
https://github.com/Hmbown/DeepSeek-TUI.git
synced 2026-09-03 06:50:13 +08:00
Internal path-dependency versions, package locks, the tui CHANGELOG slice and its root compare link, provider label facts for Google and Antigravity, and the remote-smoke default tag. scripts/release/check- versions.sh --require-dated-release passes locally.
22 lines
538 B
TOML
22 lines
538 B
TOML
[package]
|
|
name = "codewhale-lane"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Lane registry and Runtime backends for Codewhale workflow instances"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
chrono.workspace = true
|
|
codewhale-config = { path = "../config", version = "0.9.8" }
|
|
fd-lock = "4.0.4"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tracing.workspace = true
|
|
uuid.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|