summaryrefslogtreecommitdiffhomepage
path: root/mullvad-exclude/Cargo.toml
blob: e758aae58ec2109d1a34856256ad712fbb625068 (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 = "0.23"
thiserror = { workspace = true }
talpid-types = { path = "../talpid-types" }