Skip to content

Commit

Permalink
Remove libraries and not needed crates from default-members
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jan 21, 2025
1 parent 55a0fee commit 0e5769a
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ members = [
"mullvad-api",
"mullvad-cli",
"mullvad-daemon",
"mullvad-encrypted-dns-proxy",
"mullvad-exclude",
"mullvad-fs",
"mullvad-ios",
"mullvad-jni",
"mullvad-management-interface",
"mullvad-nsis",
"mullvad-encrypted-dns-proxy",
"mullvad-paths",
"mullvad-problem-report",
"mullvad-relay-selector",
Expand Down Expand Up @@ -50,39 +50,17 @@ members = [
default-members = [
"android/translations-converter",
"desktop/packages/nseventforwarder",
"mullvad-api",
"mullvad-cli",
"mullvad-daemon",
"mullvad-exclude",
"mullvad-fs",
"mullvad-ios",
"mullvad-jni",
"mullvad-management-interface",
"mullvad-nsis",
"mullvad-encrypted-dns-proxy",
"mullvad-paths",
"mullvad-problem-report",
"mullvad-relay-selector",
"mullvad-setup",
"mullvad-types",
"mullvad-types/intersection-derive",
"mullvad-version",
"talpid-core",
"talpid-dbus",
"talpid-future",
"talpid-macos",
"talpid-net",
"talpid-openvpn",
"talpid-openvpn-plugin",
"talpid-platform-metadata",
"talpid-routing",
"talpid-time",
"talpid-tunnel",
"talpid-tunnel-config-client",
"talpid-windows",
"talpid-wireguard",
"tunnel-obfuscation",
"wireguard-go-rs",
]

# Keep all lints in sync with `test/Cargo.toml`
Expand Down

0 comments on commit 0e5769a

Please sign in to comment.