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