Skip to content

Commit 6c961ca

Browse files
committed
removes cargo rot
1 parent b850dc2 commit 6c961ca

File tree

3 files changed

+4
-115
lines changed

3 files changed

+4
-115
lines changed

Cargo.lock

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

depth-driver/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ edition = "2021"
66
[dependencies]
77
crossbeam-channel = "0.5.8"
88
futures = "0.3.28"
9-
use = "0.0.0"
109
tungstenite = "0.19.0"
1110
cross = "0.2.5"
1211
tracing = "0.1.37"

testing/depth-generator/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ edition = "2021"
99
rand = "0.8.5"
1010
rand_distr = "0.4.3"
1111
market-objects = { path = "../../market-objects"}
12-
distribution = "0.0.0"
1312
itertools = "0.11.0"
1413
tracing = "0.1.37"

0 commit comments

Comments
 (0)