2
2
resolver = " 2"
3
3
members = [
4
4
" crates/nym-apple-network" ,
5
- " crates/nym-authenticator-client" ,
6
5
" crates/nym-common" ,
7
6
" crates/nym-connection-monitor" ,
8
7
" crates/nym-dbus" ,
@@ -12,7 +11,6 @@ members = [
12
11
" crates/nym-gateway-probe" ,
13
12
" crates/nym-harbour-master-client" ,
14
13
" crates/nym-ipc" ,
15
- " crates/nym-ip-packet-client" ,
16
14
" crates/nym-macos" ,
17
15
" crates/nym-offline-monitor" ,
18
16
" crates/nym-platform-metadata" ,
@@ -29,7 +27,6 @@ members = [
29
27
" crates/nym-vpnc" ,
30
28
" crates/nym-vpnd-types" ,
31
29
" crates/nym-vpnd" ,
32
- " crates/nym-wg-gateway-client" ,
33
30
" crates/nym-wg-go" ,
34
31
" crates/nym-wg-metadata-client" ,
35
32
" crates/nym-windows" ,
@@ -192,17 +189,15 @@ wiremock = "0.6.4"
192
189
wmi = " 0.17.2"
193
190
x25519-dalek = " 2.0"
194
191
zeroize = " 1.8.1"
195
- sentry = { version = " 0.42.0" , default-features = false }
192
+ sentry = { version = " 0.42.0" , default-features = false }
196
193
197
194
nym-apple-network = { path = " crates/nym-apple-network" }
198
- nym-authenticator-client = { path = " crates/nym-authenticator-client" }
199
195
nym-common = { path = " crates/nym-common" }
200
196
nym-connection-monitor = { path = " crates/nym-connection-monitor" }
201
197
nym-dbus = { path = " crates/nym-dbus" }
202
198
nym-dns = { path = " crates/nym-dns" }
203
199
nym-firewall = { path = " crates/nym-firewall" }
204
200
nym-gateway-directory = { path = " crates/nym-gateway-directory" }
205
- nym-ip-packet-client = { path = " crates/nym-ip-packet-client" }
206
201
nym-ipc = { path = " crates/nym-ipc" }
207
202
nym-macos = { path = " crates/nym-macos" }
208
203
nym-offline-monitor = { path = " crates/nym-offline-monitor" }
@@ -217,14 +212,14 @@ nym-vpn-network-config = { path = "crates/nym-vpn-network-config" }
217
212
nym-vpn-proto = { path = " crates/nym-vpn-proto" }
218
213
nym-vpn-store = { path = " crates/nym-vpn-store" }
219
214
nym-vpnd-types = { path = " crates/nym-vpnd-types" }
220
- nym-wg-gateway-client = { path = " crates/nym-wg-gateway-client" }
221
215
nym-wg-go = { path = " crates/nym-wg-go" }
222
216
nym-wg-metadata-client = { path = " crates/nym-wg-metadata-client" }
223
217
nym-windows = { path = " crates/nym-windows" }
224
218
nym-platform-metadata = { path = " crates/nym-platform-metadata" }
225
219
nym-vpn-lib-types-uniffi = { path = " crates/nym-vpn-lib-types-uniffi" }
226
220
nym-vpnd-types-uniffi = { path = " crates/nym-vpnd-types-uniffi" }
227
221
222
+ nym-authenticator-client = { git = " https://github.com/nymtech/nym" , branch = " develop" }
228
223
nym-authenticator-requests = { git = " https://github.com/nymtech/nym" , branch = " develop" }
229
224
nym-api-requests = { git = " https://github.com/nymtech/nym" , branch = " develop" }
230
225
nym-bandwidth-controller = { git = " https://github.com/nymtech/nym" , branch = " develop" }
@@ -243,6 +238,7 @@ nym-http-api-client = { git = "https://github.com/nymtech/nym", branch = "develo
243
238
nym-http-api-client-macro = { git = " https://github.com/nymtech/nym" , branch = " develop" }
244
239
nym-network-defaults = { git = " https://github.com/nymtech/nym" , branch = " develop" }
245
240
nym-ip-packet-requests = { git = " https://github.com/nymtech/nym" , branch = " develop" }
241
+ nym-ip-packet-client = { git = " https://github.com/nymtech/nym" , branch = " develop" }
246
242
nym-node-requests = { git = " https://github.com/nymtech/nym" , branch = " develop" }
247
243
nym-pemstore = { git = " https://github.com/nymtech/nym" , branch = " develop" }
248
244
nym-service-provider-requests-common = { git = " https://github.com/nymtech/nym" , branch = " develop" }
@@ -251,6 +247,7 @@ nym-statistics-common = { git = "https://github.com/nymtech/nym", branch = "deve
251
247
nym-task = { git = " https://github.com/nymtech/nym" , branch = " develop" }
252
248
nym-topology = { git = " https://github.com/nymtech/nym" , branch = " develop" }
253
249
nym-validator-client = { git = " https://github.com/nymtech/nym" , branch = " develop" }
250
+ nym-wg-gateway-client = { git = " https://github.com/nymtech/nym" , branch = " develop" }
254
251
nym-wireguard-private-metadata-client = { git = " https://github.com/nymtech/nym" , branch = " develop" }
255
252
nym-wireguard-private-metadata-shared = { git = " https://github.com/nymtech/nym" , branch = " develop" }
256
253
nym-wireguard-types = { git = " https://github.com/nymtech/nym" , branch = " develop" }
0 commit comments