of_runtime 0.1.0

Runtime orchestration and health supervision for the Orderflow engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "of_runtime"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Runtime orchestration and health supervision for the Orderflow engine"
readme = "../../README.md"

[dependencies]
of_adapters = { path = "../of_adapters", version = "0.1.0" }
of_core = { path = "../of_core", version = "0.1.0" }
of_persist = { path = "../of_persist", version = "0.1.0" }
of_signals = { path = "../of_signals", version = "0.1.0" }