summaryrefslogtreecommitdiffhomepage
path: root/mullvad-exclude/Cargo.toml
blob: 1507e0cce7a8900c42c63a1b4e524494fb2f20d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mullvad-exclude"
description = "Runs programs outside the Mullvad VPN tunnel on Linux"
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[target.'cfg(target_os = "linux")'.dependencies]
nix = { workspace = true, features = ["process", "user"] }
thiserror = { workspace = true }
talpid-types = { path = "../talpid-types" }