diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-07-21 10:27:45 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-07-21 11:28:44 +0200 |
| commit | bc3226f0ac3bb4e56b28fcdade8282c46a6656fd (patch) | |
| tree | 303d2a6d7038a47793b31bd1fd5a5ba239f25cae | |
| parent | 07dea8137431d7f2dbac308b880c9857886e7278 (diff) | |
| download | mullvadvpn-bc3226f0ac3bb4e56b28fcdade8282c46a6656fd.tar.xz mullvadvpn-bc3226f0ac3bb4e56b28fcdade8282c46a6656fd.zip | |
Add path to binary crates. Required by newer cargo
| -rw-r--r-- | mullvad-cli/Cargo.toml | 1 | ||||
| -rw-r--r-- | mullvad-daemon/Cargo.toml | 1 |
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" |
