You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
windows = { version = "0.51", features = ["Win32_NetworkManagement_IpHelper", "Win32_Foundation", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock"] }
32
+
url = { version = "2.4" }
101
33
102
34
[dev-dependencies]
103
-
axum = { version = "0.7.4" }
104
-
clap = { version = "4", features = ["derive"] }
105
-
criterion = "0.5.1"
106
-
crypto_box = { version = "0.9.1", features = ["serde", "chacha20"] }
107
-
pretty_assertions = "1.4"
108
-
rand_chacha = "0.3.1"
109
-
tokio = { version = "1", features = ["io-util", "sync", "rt", "net", "fs", "macros", "time", "test-util"] }
110
-
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
35
+
iroh-relay = { version = "0.28", path = "../iroh-relay", features = ["test-utils", "server"] }
111
36
iroh-test = "0.28.0"
112
-
serde_json = "1.0.107"
37
+
once_cell = "1.18.0"
38
+
pretty_assertions = "1.4"
113
39
testresult = "0.4.0"
114
-
mainline = "2.0.1"
115
-
iroh-relay = { version = "0.28", path = "../iroh-relay", features = ["test-utils", "server"] }
116
-
117
-
118
-
[build-dependencies]
119
-
duct = "0.13.6"
40
+
tokio = { version = "1", default-features = false, features = ["test-util"] }
0 commit comments