diff options
Diffstat (limited to 'mullvad-setup')
| -rw-r--r-- | mullvad-setup/Cargo.toml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mullvad-setup/Cargo.toml b/mullvad-setup/Cargo.toml index 651dac4aaf..b122deb235 100644 --- a/mullvad-setup/Cargo.toml +++ b/mullvad-setup/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "mullvad-setup" -version = "0.0.0" -authors = ["Mullvad VPN"] description = "Tool used to manage daemon setup" -license = "GPL-3.0" -edition = "2021" -publish = false +version.workspace = true +authors.workspace = true +repository.workspace = true +license.workspace = true +edition.workspace = true +publish.workspace = true [[bin]] name = "mullvad-setup" |
