summaryrefslogtreecommitdiffhomepage
path: root/talpid-dbus/Cargo.toml
blob: 9160c4980ee46ab46fd42dd7b6848205768f2a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "talpid-dbus"
version = "0.1.0"
authors = ["Mullvad VPN"]
edition = "2021"
publish = false

[target.'cfg(target_os = "linux")'.dependencies]
dbus = "0.9"
err-derive = "0.3.0"
lazy_static = "1.0"
log = "0.4"
libc = "0.2"
tokio = { version = "1.8", features = ["rt"] }