mirror of
https://github.com/bahdotsh/wrkflw.git
synced 2026-02-24 03:49:45 +01:00
21 lines
494 B
TOML
21 lines
494 B
TOML
[package]
|
|
name = "wrkflw-validators"
|
|
version = "0.7.3"
|
|
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.workspace = true
|
|
wrkflw-matrix.workspace = true
|
|
|
|
# External dependencies
|
|
serde.workspace = true
|
|
serde_yaml.workspace = true
|