summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-cli/Cargo.toml1
-rw-r--r--mullvad-daemon/Cargo.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 83bcb95b5e..88044fd725 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -6,6 +6,7 @@ description = "Run Talpid easily from the command line"
[[bin]]
name = "mullvad"
+path = "src/main.rs"
[dependencies]
clap = "2.20"
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index 34341f1801..026a044460 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -6,6 +6,7 @@ description = "Mullvad VPN backend daemon. Runs and controls the VPN tunnels."
[[bin]]
name = "mullvadd"
+path = "src/main.rs"
[dependencies]
app_dirs = "1.1"