summaryrefslogtreecommitdiffhomepage
path: root/talpid-platform-metadata/Cargo.toml
blob: de4b470fcd7beb238c62a442a50c800307017944 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "talpid-platform-metadata"
version = "0.1.0"
authors = ["Mullvad VPN"]
description = "Platform metadata detection functions"
license = "GPL-3.0"
edition = "2021"
publish = false


[target.'cfg(target_os = "linux")'.dependencies]
rs-release = "0.1.7"
talpid-dbus = { path = "../talpid-dbus" }

[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3.6", features = ["winbase"] }