summaryrefslogtreecommitdiffhomepage
path: root/mullvad-paths/Cargo.toml
blob: 439aa3f236b1d18c586ff7d1a295774ce5372b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "mullvad-paths"
version = "0.1.0"
authors = ["Mullvad VPN"]
description = "Mullvad VPN application paths and directories"
license = "GPL-3.0"
edition = "2021"
publish = false

[dependencies]
err-derive = "0.3.0"
log = "0.4"

[target.'cfg(any(windows, target_os = "macos"))'.dependencies]
dirs-next = "2.0"