refactor: remove trading_engine dep from ml and risk crates

Re-export HardwareTimestamp through data crate instead of ml/risk
depending directly on trading_engine. Reduces coupling between
the ML pipeline and the trading engine.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-05 23:19:38 +01:00
parent 7b60fd5f86
commit cc4e0c5a2d
8 changed files with 8 additions and 14 deletions

View File

@@ -68,7 +68,6 @@ reqwest.workspace = true
colored = "2.1" # Terminal color output for evaluation reports
# Internal workspace crates
trading_engine.workspace = true
config.workspace = true
common.workspace = true
risk = { path = "../risk" }