Files
wrkflw/crates/models/Cargo.toml

18 lines
450 B
TOML
Raw Permalink Normal View History

[package]
2025-08-09 17:03:03 +05:30
name = "wrkflw-models"
version.workspace = true
edition.workspace = true
2025-08-09 17:03:03 +05:30
description = "Data models and structures for wrkflw workflow execution engine"
license.workspace = true
2025-08-09 17:03:03 +05:30
documentation.workspace = true
homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
[dependencies]
serde.workspace = true
serde_yaml.workspace = true
serde_json.workspace = true
thiserror.workspace = true