summaryrefslogtreecommitdiffhomepage
path: root/mullvad-nsis/Cargo.toml
blob: f226d093cca6f300878cdfdd4a9637d27204970f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "mullvad-nsis"
description = "Helper library used by Mullvad NSIS plugins"
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[lib]
crate-type = ["staticlib"]

[target.i686-pc-windows-msvc.dependencies]
mullvad-paths = { path = "../mullvad-paths" }
talpid-platform-metadata = { path = "../talpid-platform-metadata" }

[target.'cfg(target_os = "windows")'.build-dependencies]
cbindgen = { version = "0.28.0", default-features = false }