summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-01-21 16:09:42 +0100
committerLinus Färnstrand <linus@mullvad.net>2020-01-21 16:09:42 +0100
commit4ee1651298e5b1a732256260ece8d27f65f413bf (patch)
tree43a0ba1b22ea1f59c4208b14f43ba1195965c6c8
parent27ed4ff1ec00ea80f73ae5509f7a8c29e4e078b0 (diff)
downloadmullvadvpn-4ee1651298e5b1a732256260ece8d27f65f413bf.tar.xz
mullvadvpn-4ee1651298e5b1a732256260ece8d27f65f413bf.zip
Add `publish = false` to all Cargo.toml files
-rw-r--r--mullvad-cli/Cargo.toml1
-rw-r--r--mullvad-daemon/Cargo.toml1
-rw-r--r--mullvad-ipc-client/Cargo.toml1
-rw-r--r--mullvad-jni/Cargo.toml1
-rw-r--r--mullvad-paths/Cargo.toml1
-rw-r--r--mullvad-problem-report/Cargo.toml1
-rw-r--r--mullvad-rpc/Cargo.toml1
-rw-r--r--mullvad-tests/Cargo.toml1
-rw-r--r--mullvad-types/Cargo.toml1
-rw-r--r--talpid-core/Cargo.toml1
-rw-r--r--talpid-ipc/Cargo.toml1
-rw-r--r--talpid-openvpn-plugin/Cargo.toml1
-rw-r--r--talpid-types/Cargo.toml1
13 files changed, 13 insertions, 0 deletions
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 162ff7cc99..0722e7f75a 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "Manage the Mullvad VPN daemon via a convenient CLI"
license = "GPL-3.0"
edition = "2018"
+publish = false
[[bin]]
name = "mullvad"
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index 174161d653..8077dd7bcb 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "Mullvad VPN daemon. Runs and controls the VPN tunnels"
license = "GPL-3.0"
edition = "2018"
+publish = false
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
diff --git a/mullvad-ipc-client/Cargo.toml b/mullvad-ipc-client/Cargo.toml
index 3ec5e90519..1107c4f68a 100644
--- a/mullvad-ipc-client/Cargo.toml
+++ b/mullvad-ipc-client/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "RPC client for Mullvad daemon"
license = "GPL-3.0"
edition = "2018"
+publish = false
[dependencies]
err-derive = "0.2.1"
diff --git a/mullvad-jni/Cargo.toml b/mullvad-jni/Cargo.toml
index b546417df8..b9c04aab7c 100644
--- a/mullvad-jni/Cargo.toml
+++ b/mullvad-jni/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "JNI interface for the Mullvad daemon"
license = "GPL-3.0"
edition = "2018"
+publish = false
[lib]
crate_type = ["cdylib"]
diff --git a/mullvad-paths/Cargo.toml b/mullvad-paths/Cargo.toml
index 3eb0937340..44971b0f06 100644
--- a/mullvad-paths/Cargo.toml
+++ b/mullvad-paths/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "Mullvad VPN application paths and directories"
license = "GPL-3.0"
edition = "2018"
+publish = false
[dependencies]
err-derive = "0.2.1"
diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml
index 24127bd733..fda6fe6aba 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "Collect Mullvad VPN logs into a report and send it to support"
license = "GPL-3.0"
edition = "2018"
+publish = false
[dependencies]
clap = "2.25"
diff --git a/mullvad-rpc/Cargo.toml b/mullvad-rpc/Cargo.toml
index f9a0238310..47a4040f87 100644
--- a/mullvad-rpc/Cargo.toml
+++ b/mullvad-rpc/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "Mullvad VPN RPC clients. Providing an interface to query our infrastructure for information."
license = "GPL-3.0"
edition = "2018"
+publish = false
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
diff --git a/mullvad-tests/Cargo.toml b/mullvad-tests/Cargo.toml
index f80d552bf3..7aa2857c26 100644
--- a/mullvad-tests/Cargo.toml
+++ b/mullvad-tests/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "Mullvad test specific modules and binaries"
license = "GPL-3.0"
edition = "2018"
+publish = false
[features]
integration-tests = []
diff --git a/mullvad-types/Cargo.toml b/mullvad-types/Cargo.toml
index 2ad1ebfefa..6759bd6149 100644
--- a/mullvad-types/Cargo.toml
+++ b/mullvad-types/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "Common base data structures for Mullvad VPN client"
license = "GPL-3.0"
edition = "2018"
+publish = false
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 0084fa44fd..cce1ce4d75 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "Privacy preserving and secure VPN client library"
license = "GPL-3.0"
edition = "2018"
+publish = false
[dependencies]
atty = "0.2"
diff --git a/talpid-ipc/Cargo.toml b/talpid-ipc/Cargo.toml
index 1311bf8d4b..31ad7ca753 100644
--- a/talpid-ipc/Cargo.toml
+++ b/talpid-ipc/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "IPC client and server for talpid"
license = "GPL-3.0"
edition = "2018"
+publish = false
[dependencies]
err-derive = "0.2.1"
diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml
index d6f910fac7..a65349146e 100644
--- a/talpid-openvpn-plugin/Cargo.toml
+++ b/talpid-openvpn-plugin/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core"
license = "GPL-3.0"
edition = "2018"
+publish = false
[lib]
crate-type = ["cdylib"]
diff --git a/talpid-types/Cargo.toml b/talpid-types/Cargo.toml
index 78144e0bf3..e704e5ebb9 100644
--- a/talpid-types/Cargo.toml
+++ b/talpid-types/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mullvad VPN"]
description = "Common base structures for talpid"
license = "GPL-3.0"
edition = "2018"
+publish = false
[dependencies]
serde = { version = "1.0", features = ["derive"] }