diff options
Diffstat (limited to 'mullvad-cli')
| -rw-r--r-- | mullvad-cli/Cargo.toml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml index 8f70fd9e3e..0b3c194005 100644 --- a/mullvad-cli/Cargo.toml +++ b/mullvad-cli/Cargo.toml @@ -1,11 +1,13 @@ [package] name = "mullvad-cli" -version = "0.0.0" -authors = ["Mullvad VPN"] description = "Manage the Mullvad VPN daemon via a convenient CLI" -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" |
