hm-plugin-protocol 0.0.5

Wire-level data types shared between the hm binary and hm plugins.
Documentation
[package]
name = "hm-plugin-protocol"
version = "0.0.5"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Wire-level data types shared between the hm binary and hm plugins."

[dependencies]
hm-pipeline-ir = { workspace = true }
serde      = { workspace = true }
serde_json = { workspace = true }
schemars   = { workspace = true }
uuid       = { workspace = true }
chrono     = { workspace = true }
derive_more = { workspace = true }

[lints]
workspace = true