mirror of
https://github.com/tauri-apps/nsis-tauri-utils.git
synced 2026-01-31 00:45:23 +01:00
16 lines
293 B
TOML
16 lines
293 B
TOML
[package]
|
|
name = "nsis-semvercompare"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
semver = "1.0.16"
|
|
|
|
[dependencies.windows-sys]
|
|
version = "0.42.0"
|
|
features = ["Win32_System_Memory", "Win32_Foundation", "Win32_Globalization"]
|