summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2025-03-03 09:43:46 +0100
committerSebastian Holmin <sebastian.holmin@mullvad.net>2025-03-03 09:56:50 +0100
commitb3b4afca78e35bd6c0be62b481694fe048b71b83 (patch)
tree2b0c9a62716815abe5669a42a5d3d1f07b706dc3
parentca045c68af8ed3655d2d3ade69672e963dca90f0 (diff)
downloadmullvadvpn-b3b4afca78e35bd6c0be62b481694fe048b71b83.tar.xz
mullvadvpn-b3b4afca78e35bd6c0be62b481694fe048b71b83.zip
Add `mullvad-problem-report` to default workspace members
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 603912f350..6214b68134 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ members = [
# This is set to a minimal set of packages to speed up the build process and avoid building
# crates which might not compile without additional input, such as the `windows-installer` crate.
# To build or test everything, add `--workspace` to your cargo commands.
-default-members = ["mullvad-cli", "mullvad-daemon", "mullvad-version"]
+default-members = ["mullvad-cli", "mullvad-daemon", "mullvad-version", "mullvad-problem-report"]
# Keep all lints in sync with `test/Cargo.toml`
[workspace.lints.rust]