feat: share verified signal books across backtest and trading clients

This commit is contained in:
boris
2026-09-10 22:40:59 +08:00
parent 3dd7b2bd50
commit db88abb9e0
6 changed files with 154 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "fidc-signal-client"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
fidc-core = { path = "../fidc-core" }
reqwest.workspace = true
serde_json.workspace = true