summaryrefslogtreecommitdiffhomepage
path: root/ios
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 /ios
parent0836eb0babb61baa95b2cb5bd3bdb12647fc5df7 (diff)
downloadmullvadvpn-eacf10df12ea90a08211471f4e6058ae609b2ea4.tar.xz
mullvadvpn-eacf10df12ea90a08211471f4e6058ae609b2ea4.zip
Set package fields in workspace and inherit in packages
Diffstat (limited to 'ios')
-rw-r--r--ios/MullvadTransport/shadowsocks-proxy/Cargo.toml10
-rw-r--r--ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml10
2 files changed, 12 insertions, 8 deletions
diff --git a/ios/MullvadTransport/shadowsocks-proxy/Cargo.toml b/ios/MullvadTransport/shadowsocks-proxy/Cargo.toml
index 161dbf2e93..cc6337bd69 100644
--- a/ios/MullvadTransport/shadowsocks-proxy/Cargo.toml
+++ b/ios/MullvadTransport/shadowsocks-proxy/Cargo.toml
@@ -1,9 +1,11 @@
[package]
name = "shadowsocks-proxy"
-version = "0.0.0"
-edition = "2021"
-license = "GPL-3.0"
-publish = false
+version.workspace = true
+authors.workspace = true
+repository.workspace = true
+license.workspace = true
+edition.workspace = true
+publish.workspace = true
[lib]
crate-type = [ "rlib", "staticlib" ]
diff --git a/ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml b/ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml
index 3a0e59fc15..0dff320f35 100644
--- a/ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml
+++ b/ios/TunnelObfuscation/tunnel-obfuscator-proxy/Cargo.toml
@@ -1,9 +1,11 @@
[package]
name = "tunnel-obfuscator-proxy"
-version = "0.0.0"
-edition = "2021"
-license = "GPL-3.0"
-publish = false
+version.workspace = true
+authors.workspace = true
+repository.workspace = true
+license.workspace = true
+edition.workspace = true
+publish.workspace = true
[lib]
crate-type = [ "rlib", "staticlib" ]