summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
blob: cb296616d2cb1d01c48de1929a9f34deedf01f1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[workspace]
members = [
    "mullvad-daemon",
    "mullvad-cli",
    "mullvad-problem-report",
    "mullvad-ipc-client",
    "mullvad-paths",
    "mullvad-types",
    "mullvad-rpc",
    "mullvad-tests",
    "talpid-openvpn-plugin",
    "talpid-core",
    "talpid-ipc",
]

[patch.crates-io]
openssl-sys = { git = "https://github.com/mullvad/rust-openssl" }