summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
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"]