diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-07-14 10:05:37 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-07-14 12:01:43 +0200 |
| commit | eacf10df12ea90a08211471f4e6058ae609b2ea4 (patch) | |
| tree | b77a5351c18a62b54981fea7e6f3a6742f496ec0 /mullvad-management-interface | |
| parent | 0836eb0babb61baa95b2cb5bd3bdb12647fc5df7 (diff) | |
| download | mullvadvpn-eacf10df12ea90a08211471f4e6058ae609b2ea4.tar.xz mullvadvpn-eacf10df12ea90a08211471f4e6058ae609b2ea4.zip | |
Set package fields in workspace and inherit in packages
Diffstat (limited to 'mullvad-management-interface')
| -rw-r--r-- | mullvad-management-interface/Cargo.toml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mullvad-management-interface/Cargo.toml b/mullvad-management-interface/Cargo.toml index b402923e7b..ed38d28f87 100644 --- a/mullvad-management-interface/Cargo.toml +++ b/mullvad-management-interface/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "mullvad-management-interface" -version = "0.0.0" -authors = ["Mullvad VPN"] description = "Mullvad VPN IPC. Contains types and functions for IPC clients and servers." -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 [dependencies] chrono = { version = "0.4.26" } |
