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

[target.'cfg(target_os = "linux")'.dependencies]
nix = "0.23"
err-derive = { workspace = true }
talpid-types = { path = "../talpid-types" }