38fd4b1e84
Harvested from PR #2482 by @AdityaVG13, preserving the typed WhaleFlow config and deterministic planner direction without exposing the runtime workflow_run tool yet. Co-authored-by: AdityaVG13 <44177453+AdityaVG13@users.noreply.github.com>
15 lines
329 B
TOML
15 lines
329 B
TOML
[package]
|
|
name = "codewhale-whaleflow"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Typed WhaleFlow workflow IR and validation for CodeWhale"
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
[dev-dependencies]
|
|
serde_json.workspace = true
|