thulp-workspace 0.3.0

Workspace management for thulp execution contexts
Documentation
[package]
name = "thulp-workspace"
version = "0.3.0"
authors = ["Dirmacs <contact@dirmacs.org>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dirmacs/thulp"
description = "Workspace management for thulp execution contexts"
rust-version = "1.75"

edition = "2021"

[lib]
name = "thulp_workspace"
path = "src/lib.rs"

[dependencies]
thulp-core = { path = "../thulp-core", version = "0.3.0" }
tokio = { version = "1.43", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
thiserror = "2.0"
serde_json = "1.0"
tempfile = "3.24"
uuid = { version = "1.0", features = ["v4", "serde"] }
tracing = "0.1"