diff options
Diffstat (limited to 'mullvad-api')
| -rw-r--r-- | mullvad-api/Cargo.toml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mullvad-api/Cargo.toml b/mullvad-api/Cargo.toml index 8710fec2c9..555eb13774 100644 --- a/mullvad-api/Cargo.toml +++ b/mullvad-api/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "mullvad-api" -version = "0.0.0" -authors = ["Mullvad VPN"] description = "Mullvad VPN API clients. Providing an interface to query our infrastructure for information." -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 [features] # Allow the API server to use to be configured via MULLVAD_API_HOST and MULLVAD_API_ADDR. |
