Files
wrkflw/crates/utils/Cargo.toml
bahdotsh 537bf2f9d1 chore: bump version to 0.6.0
- 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
2025-08-09 17:46:09 +05:30

21 lines
506 B
TOML

[package]
name = "wrkflw-utils"
version.workspace = true
edition.workspace = true
description = "Utility functions for wrkflw workflow 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" }
# External dependencies
serde.workspace = true
serde_yaml.workspace = true
nix.workspace = true