summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2017-04-07 13:28:59 +0800
committerErik Larkö <erik@mullvad.net>2017-04-07 13:28:59 +0800
commit5701c32ba8ff9ab7fbc2712d813287c812bc5aef (patch)
tree7f6395cceb3f813d9ba2b6bddb67e218f3563207 /Cargo.toml
parent89723462dc879cb29fb917ff2f16ebb663217082 (diff)
parent80339b62e546df39d4c80120b2e38b0d76b43699 (diff)
downloadmullvadvpn-5701c32ba8ff9ab7fbc2712d813287c812bc5aef.tar.xz
mullvadvpn-5701c32ba8ff9ab7fbc2712d813287c812bc5aef.zip
Merge branch 'http-ipc-jsonrpc'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9787050779..64ac8efa06 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,11 +15,8 @@ path = "talpid_ipc"
[dependencies.openvpn_ffi]
path = "openvpn_ffi"
-[target.'cfg(not(windows))'.dependencies]
-zmq = "0.8"
-
[dev-dependencies]
assert_matches = "1.0"
[workspace]
-members = ["talpid_openvpn_plugin", "openvpn_ffi", "talpid_cli", "talpid_ipc"]
+members = ["talpid_daemon", "talpid_openvpn_plugin", "openvpn_ffi", "talpid_cli", "talpid_ipc"]