diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2023-05-24 15:39:28 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2023-05-29 16:42:17 +0200 |
| commit | fc7b61857e888d14f39e5361e1f287aa039ce19b (patch) | |
| tree | 45cbf6d694450ea95d02f1be8ea370f19133cba3 /Cargo.toml | |
| parent | 1205787ca4182977272be73bc9ee49f1bf8db06d (diff) | |
| download | mullvadvpn-fc7b61857e888d14f39e5361e1f287aa039ce19b.tar.xz mullvadvpn-fc7b61857e888d14f39e5361e1f287aa039ce19b.zip | |
Introduce MullvadTransport and move Shadowsocks there, share TransportProvider implementation
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index a496374515..246e2a1e02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ resolver = "2" members = [ "android/translations-converter", - "ios/MullvadREST/shadowsocks-proxy", + "ios/MullvadTransport/shadowsocks-proxy", "mullvad-daemon", "mullvad-cli", "mullvad-fs", |
