diff --git a/sdk/rust/nym-sdk/Cargo.toml b/sdk/rust/nym-sdk/Cargo.toml index cee9abe880..b3c7b17b59 100644 --- a/sdk/rust/nym-sdk/Cargo.toml +++ b/sdk/rust/nym-sdk/Cargo.toml @@ -50,8 +50,8 @@ nym-bin-common = { workspace = true, features = [ "basic_tracing", ] } -# nym-ip-packet-client = { git = "https://github.com/nymtech/nym-vpn-client", rev = "5c3aacfce158aac73cbd3fd905d90269f8bacc01" } -# nym-gateway-directory +nym-ip-packet-client = { path = "../../../nym-ip-packet-client" } +nym-gateway-directory = { path = "../../../nym-gateway-directory" } bytecodec = { workspace = true } httpcodec = { workspace = true }