summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
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" ]