[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 }