mirror of
https://github.com/bahdotsh/wrkflw.git
synced 2026-05-18 05:05:35 +02:00
- Updated workspace version from 0.5.0 to 0.6.0 - Updated all internal crate dependencies to 0.6.0 - Verified all tests pass and builds succeed
21 lines
555 B
TOML
21 lines
555 B
TOML
[package]
|
|
name = "wrkflw-validators"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description = "Workflow validation functionality for wrkflw execution engine"
|
|
license.workspace = true
|
|
documentation.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
|
|
[dependencies]
|
|
# Internal crates
|
|
wrkflw-models = { path = "../models", version = "0.6.0" }
|
|
wrkflw-matrix = { path = "../matrix", version = "0.6.0" }
|
|
|
|
# External dependencies
|
|
serde.workspace = true
|
|
serde_yaml.workspace = true
|