webhook route now emits WebhookDataReceived event instead of directly mutating DataProjection and broadcasting. event_handler applies data and pushes incremental DataUpdate. clock/static_text generators extracted to data-generators crate behind DataSourcePort. chrono removed from bootstrap. polling adapters grouped into Adapters struct.
11 lines
171 B
TOML
11 lines
171 B
TOML
[package]
|
|
name = "data-generators"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
domain.workspace = true
|
|
chrono = "0.4"
|
|
chrono-tz = "0.10"
|
|
thiserror.workspace = true
|