summaryrefslogtreecommitdiffhomepage
path: root/mullvad-paths/Cargo.toml
blob: cacd8526a2a02cd7eb1d8d67e8bcd66d5294c7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "mullvad-paths"
description = "Mullvad VPN application paths and directories"
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true

[dependencies]
err-derive = { workspace = true }

[target.'cfg(not(target_os="android"))'.dependencies]
log = { workspace = true }

[target.'cfg(windows)'.dependencies]
widestring = "1.0"
once_cell = { workspace = true }

[target.'cfg(windows)'.dependencies.windows-sys]
workspace = true
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Storage_FileSystem",
    "Win32_System_Com",
    "Win32_System_ProcessStatus",
    "Win32_System_SystemServices",
    "Win32_System_Threading",
    "Win32_UI_Shell",
    "Win32_System_Memory",
]