Skip to content

Commit 2fd1f9f

Browse files
committed
moves exchange stream into the exchange lib
1 parent 5cf5441 commit 2fd1f9f

File tree

13 files changed

+849
-3692
lines changed

13 files changed

+849
-3692
lines changed

Cargo.lock

Lines changed: 719 additions & 884 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ debug = true
1212
[workspace]
1313
members = [
1414
"quoter-grpc-server",
15-
"exchange-stream",
1615
"exchange",
1716
"depth-driver",
1817
"testing/depth-generator",
1918
"testing/exchange-stubs",
2019
"internal-objects",
2120
"market-objects",
2221
"orderbook",
23-
"config",
22+
"config", "multi-core-book-feed",
2423
]
2524
exclude = [
2625
"market-maker",
@@ -30,6 +29,8 @@ exclude = [
3029
[dependencies]
3130
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }
3231
prost = "0.11"
32+
fixed = "1.29.0"
33+
bitflags = "2.9.1"
3334

3435
[build-dependencies]
3536
prost = "0.11"

depth-driver/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ tokio = "1.28.2"
1515
serde_json = "1.0.97"
1616
seq-macro = "0.3.4"
1717
tokio-context = "0.1.3"
18-
exchange-stream = { path = "../exchange-stream"}
1918
exchange = { path = "../exchange"}
2019
market-objects = { path = "../market-objects"}
2120
quoter-errors = { path = "../quoter-errors"}

0 commit comments

Comments
 (0)