Skip to content

Commit 8992b89

Browse files
committed
remove old commented out imports
1 parent 794fad3 commit 8992b89

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

nym-gateway-directory/Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,13 @@ workspace = true
1111

1212
[dependencies]
1313
itertools.workspace = true
14-
# nym-client-core.workspace = true
1514
nym-client-core = { path = "../common/client-core" }
16-
# nym-common.workspace = true
1715
nym-common = { git = "https://github.com/nymtech/nym-vpn-client/", rev = "5ab01ba06057449614dd6a8450d04358c5ec33d1" }
18-
# nym-http-api-client.workspace = true
1916
nym-http-api-client = { path = "../common/http-api-client" }
20-
# nym-offline-monitor.workspace = true
2117
nym-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
2318
nym-sphinx = { path = "../common/nymsphinx" } # replaces the types pulled in from nym-sdk in nym-vpn-client repo
24-
# nym-topology.workspace = true
2519
nym-topology = { path = "../common/topology" } # replaces the types pulled in from nym-sdk in nym-vpn-client repo
26-
# nym-validator-client.workspace = true
2720
nym-validator-client = { path = "../common/client-libs/validator-client" }
28-
# nym-vpn-api-client = { workspace = true }
2921
nym-vpn-api-client = { git = "https://github.com/nymtech/nym-vpn-client/", rev = "5ab01ba06057449614dd6a8450d04358c5ec33d1" }
3022
nym-crypto = { path = "../common/crypto" }
3123
nym-sphinx-addressing = { path = "../common/nymsphinx/addressing" }

0 commit comments

Comments
 (0)