summaryrefslogtreecommitdiffhomepage
path: root/mullvad-exclude
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2023-07-14 10:05:37 +0200
committerLinus Färnstrand <linus@mullvad.net>2023-07-14 12:01:43 +0200
commiteacf10df12ea90a08211471f4e6058ae609b2ea4 (patch)
treeb77a5351c18a62b54981fea7e6f3a6742f496ec0 /mullvad-exclude
parent0836eb0babb61baa95b2cb5bd3bdb12647fc5df7 (diff)
downloadmullvadvpn-eacf10df12ea90a08211471f4e6058ae609b2ea4.tar.xz
mullvadvpn-eacf10df12ea90a08211471f4e6058ae609b2ea4.zip
Set package fields in workspace and inherit in packages
Diffstat (limited to 'mullvad-exclude')
-rw-r--r--mullvad-exclude/Cargo.toml12
1 files changed, 7 insertions, 5 deletions
diff --git a/mullvad-exclude/Cargo.toml b/mullvad-exclude/Cargo.toml
index 1e550d7dfd..107824025b 100644
--- a/mullvad-exclude/Cargo.toml
+++ b/mullvad-exclude/Cargo.toml
@@ -1,10 +1,12 @@
[package]
name = "mullvad-exclude"
-version = "0.0.0"
-authors = ["Mullvad VPN"]
-license = "GPL-3.0"
-edition = "2021"
-publish = false
+description = "Runs programs outside the Mullvad VPN tunnel on Linux"
+version.workspace = true
+authors.workspace = true
+repository.workspace = true
+license.workspace = true
+edition.workspace = true
+publish.workspace = true
[target.'cfg(target_os = "linux")'.dependencies]
nix = "0.23"