summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2020-12-18 12:24:50 +0000
committerEmīls <emils@mullvad.net>2021-01-12 10:24:38 +0000
commit071c39162078c4627b2e9f028c55a8d00bfbc812 (patch)
treef8761946cc41c542bc2f78447e4c85876c083d11 /Cargo.toml
parent88d418abebcbf1a5ba797a497610db0d065e1833 (diff)
downloadmullvadvpn-071c39162078c4627b2e9f028c55a8d00bfbc812.tar.xz
mullvadvpn-071c39162078c4627b2e9f028c55a8d00bfbc812.zip
Add talpid-dbus crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d155d203a..cd57754721 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ members = [
"mullvad-exclude",
"talpid-openvpn-plugin",
"talpid-core",
+ "talpid-dbus",
"mullvad-management-interface",
]
exclude = ["dist-assets/binaries/shadowsocks-rust"]