summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2022-10-12 13:32:59 +0200
committerEmīls <emils@mullvad.net>2022-11-07 11:54:33 +0100
commitac846d3154e584e429927f2ecbec2b906bf50a68 (patch)
tree808548e9da6e65d37a49c62e85b91728f9704d98 /Cargo.toml
parent3b8e28cd91aaa59e236a4c4875d9cb43e823042f (diff)
downloadmullvadvpn-ac846d3154e584e429927f2ecbec2b906bf50a68.tar.xz
mullvadvpn-ac846d3154e584e429927f2ecbec2b906bf50a68.zip
Split up talpid-core
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
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",
]