We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688e419 commit 1f478f9Copy full SHA for 1f478f9
Cargo.toml
@@ -31,3 +31,13 @@ solana-shadow = "0.2.4"
31
slog-async = "2.7.0"
32
config = "0.13.2"
33
thiserror = "1.0.32"
34
+
35
+[dev-dependencies]
36
+tokio-util = { version = "0.7.0", features = ["full"] }
37
+soketto = "0.7.1"
38
+mockall = "0.11.0"
39
+portpicker = "0.1.1"
40
+rand = "0.8.5"
41
+tokio-retry = "0.3.0"
42
+slog-extlog = "8.0.0"
43
+iobuffer = "0.2.0"
0 commit comments