File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ members = [
115115 " common/wireguard-private-metadata/tests" ,
116116 " common/wireguard-types" ,
117117 " common/zulip-client" ,
118- # "documentation/autodoc",
119118 " gateway" ,
120119 " nym-api" ,
121120 " nym-api/nym-api-requests" ,
Original file line number Diff line number Diff line change @@ -11,21 +11,13 @@ workspace = true
1111
1212[dependencies ]
1313itertools.workspace = true
14- # nym-client-core.workspace = true
1514nym-client-core = { path = " ../common/client-core" }
16- # nym-common.workspace = true
1715nym-common = { git = " https://github.com/nymtech/nym-vpn-client/" , rev = " 5ab01ba06057449614dd6a8450d04358c5ec33d1" }
18- # nym-http-api-client.workspace = true
1916nym-http-api-client = { path = " ../common/http-api-client" }
20- # nym-offline-monitor.workspace = true
2117nym-offline-monitor = { git = " https://github.com/nymtech/nym-vpn-client/" , rev = " 5ab01ba06057449614dd6a8450d04358c5ec33d1" }
22- # nym-sdk.workspace = true - removing due to circular dep, replaced with below
2318nym-sphinx = { path = " ../common/nymsphinx" } # replaces the types pulled in from nym-sdk in nym-vpn-client repo
24- # nym-topology.workspace = true
2519nym-topology = { path = " ../common/topology" } # replaces the types pulled in from nym-sdk in nym-vpn-client repo
26- # nym-validator-client.workspace = true
2720nym-validator-client = { path = " ../common/client-libs/validator-client" }
28- # nym-vpn-api-client = { workspace = true }
2921nym-vpn-api-client = { git = " https://github.com/nymtech/nym-vpn-client/" , rev = " 5ab01ba06057449614dd6a8450d04358c5ec33d1" }
3022nym-crypto = { path = " ../common/crypto" }
3123nym-sphinx-addressing = { path = " ../common/nymsphinx/addressing" }
You can’t perform that action at this time.
0 commit comments