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" ,
@@ -193,14 +190,12 @@ zeroize = "1.8.1"
193
190
sentry = { version = " 0.42.0" , default-features = false }
194
191
195
192
nym-apple-network = { path = " crates/nym-apple-network" }
196
- nym-authenticator-client = { path = " crates/nym-authenticator-client" }
197
193
nym-common = { path = " crates/nym-common" }
198
194
nym-connection-monitor = { path = " crates/nym-connection-monitor" }
199
195
nym-dbus = { path = " crates/nym-dbus" }
200
196
nym-dns = { path = " crates/nym-dns" }
201
197
nym-firewall = { path = " crates/nym-firewall" }
202
198
nym-gateway-directory = { path = " crates/nym-gateway-directory" }
203
- nym-ip-packet-client = { path = " crates/nym-ip-packet-client" }
204
199
nym-ipc = { path = " crates/nym-ipc" }
205
200
nym-macos = { path = " crates/nym-macos" }
206
201
nym-offline-monitor = { path = " crates/nym-offline-monitor" }
@@ -215,41 +210,43 @@ nym-vpn-network-config = { path = "crates/nym-vpn-network-config" }
215
210
nym-vpn-proto = { path = " crates/nym-vpn-proto" }
216
211
nym-vpn-store = { path = " crates/nym-vpn-store" }
217
212
nym-vpnd-types = { path = " crates/nym-vpnd-types" }
218
- nym-wg-gateway-client = { path = " crates/nym-wg-gateway-client" }
219
213
nym-wg-go = { path = " crates/nym-wg-go" }
220
214
nym-wg-metadata-client = { path = " crates/nym-wg-metadata-client" }
221
215
nym-windows = { path = " crates/nym-windows" }
222
216
nym-platform-metadata = { path = " crates/nym-platform-metadata" }
223
217
nym-vpn-lib-types-uniffi = { path = " crates/nym-vpn-lib-types-uniffi" }
224
218
225
- nym-authenticator-requests = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
226
- nym-api-requests = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
227
- nym-bandwidth-controller = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
228
- nym-bin-common = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
229
- nym-client-core = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
230
- nym-compact-ecash = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
231
- nym-config = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
232
- nym-contracts-common = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
233
- nym-credential-proxy-requests = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" , default-features = false }
234
- nym-credential-storage = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
235
- nym-credentials = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
236
- nym-credentials-interface = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
237
- nym-crypto = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
238
- nym-ecash-time = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
239
- nym-http-api-client = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
240
- nym-http-api-client-macro = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
241
- nym-network-defaults = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
242
- nym-ip-packet-requests = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
243
- nym-node-requests = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
244
- nym-pemstore = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
245
- nym-service-provider-requests-common = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
246
- nym-sdk = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
247
- nym-statistics-common = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
248
- nym-task = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
249
- nym-topology = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
250
- nym-validator-client = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
251
- nym-wireguard-private-metadata-client = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
252
- nym-wireguard-private-metadata-shared = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
253
- nym-wireguard-types = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
254
- sqlx-pool-guard = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
255
- nym-credential-utils = { git = " https://github.com/nymtech/nym" , branch = " drazen/client-configuration-registry" }
219
+ nym-authenticator-client = { git = " https://github.com/nymtech/nym" , branch = " develop" }
220
+ nym-authenticator-requests = { git = " https://github.com/nymtech/nym" , branch = " develop" }
221
+ nym-api-requests = { git = " https://github.com/nymtech/nym" , branch = " develop" }
222
+ nym-bandwidth-controller = { git = " https://github.com/nymtech/nym" , branch = " develop" }
223
+ nym-bin-common = { git = " https://github.com/nymtech/nym" , branch = " develop" }
224
+ nym-client-core = { git = " https://github.com/nymtech/nym" , branch = " develop" }
225
+ nym-compact-ecash = { git = " https://github.com/nymtech/nym" , branch = " develop" }
226
+ nym-config = { git = " https://github.com/nymtech/nym" , branch = " develop" }
227
+ nym-contracts-common = { git = " https://github.com/nymtech/nym" , branch = " develop" }
228
+ nym-credential-proxy-requests = { git = " https://github.com/nymtech/nym" , branch = " develop" , default-features = false }
229
+ nym-credential-storage = { git = " https://github.com/nymtech/nym" , branch = " develop" }
230
+ nym-credentials = { git = " https://github.com/nymtech/nym" , branch = " develop" }
231
+ nym-credentials-interface = { git = " https://github.com/nymtech/nym" , branch = " develop" }
232
+ nym-crypto = { git = " https://github.com/nymtech/nym" , branch = " develop" }
233
+ nym-ecash-time = { git = " https://github.com/nymtech/nym" , branch = " develop" }
234
+ nym-http-api-client = { git = " https://github.com/nymtech/nym" , branch = " develop" }
235
+ nym-http-api-client-macro = { git = " https://github.com/nymtech/nym" , branch = " develop" }
236
+ nym-network-defaults = { git = " https://github.com/nymtech/nym" , branch = " develop" }
237
+ nym-ip-packet-requests = { git = " https://github.com/nymtech/nym" , branch = " develop" }
238
+ nym-ip-packet-client = { git = " https://github.com/nymtech/nym" , branch = " develop" }
239
+ nym-node-requests = { git = " https://github.com/nymtech/nym" , branch = " develop" }
240
+ nym-pemstore = { git = " https://github.com/nymtech/nym" , branch = " develop" }
241
+ nym-service-provider-requests-common = { git = " https://github.com/nymtech/nym" , branch = " develop" }
242
+ nym-sdk = { git = " https://github.com/nymtech/nym" , branch = " develop" }
243
+ nym-statistics-common = { git = " https://github.com/nymtech/nym" , branch = " develop" }
244
+ nym-task = { git = " https://github.com/nymtech/nym" , branch = " develop" }
245
+ nym-topology = { git = " https://github.com/nymtech/nym" , branch = " develop" }
246
+ nym-validator-client = { git = " https://github.com/nymtech/nym" , branch = " develop" }
247
+ nym-wg-gateway-client = { git = " https://github.com/nymtech/nym" , branch = " develop" }
248
+ nym-wireguard-private-metadata-client = { git = " https://github.com/nymtech/nym" , branch = " develop" }
249
+ nym-wireguard-private-metadata-shared = { git = " https://github.com/nymtech/nym" , branch = " develop" }
250
+ nym-wireguard-types = { git = " https://github.com/nymtech/nym" , branch = " develop" }
251
+ sqlx-pool-guard = { git = " https://github.com/nymtech/nym" , branch = " develop" }
252
+ nym-credential-utils = { git = " https://github.com/nymtech/nym" , branch = " develop" }
0 commit comments