diff options
| -rw-r--r-- | mullvad_daemon/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mullvad_daemon/Cargo.toml b/mullvad_daemon/Cargo.toml index 417d831347..165ecfd735 100644 --- a/mullvad_daemon/Cargo.toml +++ b/mullvad_daemon/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>"] description = "The meat of Mullvad, the core if you wish" +[[bin]] +name = "mullvadd" + [dependencies] error-chain = "0.10" serde = "1.0" |
