[package]
name = "vil_trigger_core"
description = "VIL Phase 3 — Shared trigger infrastructure: TriggerSource trait, TriggerEvent, TriggerConfig, TriggerProcess"
edition.workspace = true
version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
readme = "README.md"
[dependencies]
vil_log = { workspace = true }
vil_connector_macros = { workspace = true }
tokio = { workspace = true }
async-trait = { workspace = true }