diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2022-10-12 13:32:59 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2022-11-07 11:54:33 +0100 |
| commit | ac846d3154e584e429927f2ecbec2b906bf50a68 (patch) | |
| tree | 808548e9da6e65d37a49c62e85b91728f9704d98 /Cargo.toml | |
| parent | 3b8e28cd91aaa59e236a4c4875d9cb43e823042f (diff) | |
| download | mullvadvpn-ac846d3154e584e429927f2ecbec2b906bf50a68.tar.xz mullvadvpn-ac846d3154e584e429927f2ecbec2b906bf50a68.zip | |
Split up talpid-core
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 91fbf682aa..1868ba9dfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,14 @@ members = [ "talpid-openvpn-plugin", "talpid-core", "talpid-dbus", + "talpid-openvpn", "talpid-platform-metadata", + "talpid-routing", "talpid-time", + "talpid-tunnel", "talpid-tunnel-config-client", + "talpid-windows-net", + "talpid-wireguard", "mullvad-management-interface", "tunnel-obfuscation", ] |
