dais-engine 0.1.0

Presentation engine for Dais — state authority and command processing
Documentation
[package]

name = "dais-engine"

version.workspace = true

edition.workspace = true

rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/dais-engine"
keywords.workspace = true
categories.workspace = true
description = "Presentation engine for Dais — state authority and command processing"
readme = "README.md"


[dependencies]

dais-core = { workspace = true }

dais-document = { workspace = true }

dais-sidecar = { workspace = true }



crossbeam-channel = { workspace = true }

tracing = { workspace = true }

thiserror = { workspace = true }



[lints]

workspace = true