diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-07-10 09:55:46 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-07-10 10:00:32 +0200 |
| commit | 6c5f95b09aac213bb3a51ccd57bb3e2016fda5bd (patch) | |
| tree | e80169d5f995d3fab2a6e05a65dfa08765f077b7 | |
| parent | 0598b6f921840dbd06057da01d5f70749754781d (diff) | |
| download | mullvadvpn-6c5f95b09aac213bb3a51ccd57bb3e2016fda5bd.tar.xz mullvadvpn-6c5f95b09aac213bb3a51ccd57bb3e2016fda5bd.zip | |
Add talpid_core to workspace
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 6968e96ade..00105baebc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ members = [ "mullvad_cli", "mullvad_types", "talpid_openvpn_plugin", + "talpid_core", + "talpid_ipc", "openvpn_ffi", - "talpid_ipc" ] |
