mirror of
https://github.com/mullvad/mullvadvpn-app.git
synced 2026-03-13 10:22:35 +08:00
Convert talpid-dbus to a workspace dependency
This commit is contained in:
@@ -108,6 +108,7 @@ sha2 = "0.10"
|
||||
shadowsocks = "1.23.2"
|
||||
socket2 = "0.5.7"
|
||||
strum = { version = "0.27" }
|
||||
talpid-dbus = { path = "./talpid-dbus" }
|
||||
thiserror = "2.0"
|
||||
tipsy = "0.6.5"
|
||||
tokio = { version = "1.44" }
|
||||
|
||||
@@ -37,7 +37,7 @@ mnl = { version = "0.3.1", features = ["mnl-1-0-4"] }
|
||||
nftnl = { version = "0.9.1", features = ["nftnl-1-2-0"] }
|
||||
nix = { workspace = true, features = ["fs", "mount", "process"] }
|
||||
talpid-cgroup = { path = "../talpid-cgroup" }
|
||||
talpid-dbus = { path = "../talpid-dbus" }
|
||||
talpid-dbus = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
async-trait = "0.1"
|
||||
|
||||
@@ -17,7 +17,7 @@ inotify = "0.10"
|
||||
nix = { workspace = true, features = ["net"] }
|
||||
parking_lot = "0.12.0"
|
||||
resolv-conf = "0.7"
|
||||
talpid-dbus = { path = "../talpid-dbus" }
|
||||
talpid-dbus = { workspace = true }
|
||||
talpid-routing = { path = "../talpid-routing" }
|
||||
tokio = { workspace = true, features = ["macros"] }
|
||||
triggered = "0.1.1"
|
||||
|
||||
@@ -8,7 +8,7 @@ license.workspace = true
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
rs-release = "0.1.7"
|
||||
talpid-dbus = { path = "../talpid-dbus", optional = true }
|
||||
talpid-dbus = { workspace = true, optional = true }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
talpid-windows = { path = "../talpid-windows" }
|
||||
|
||||
@@ -47,7 +47,7 @@ netlink-packet-core = { workspace = true }
|
||||
netlink-packet-route = { workspace = true }
|
||||
netlink-proto = { workspace = true }
|
||||
rtnetlink = { workspace = true }
|
||||
talpid-dbus = { path = "../talpid-dbus" }
|
||||
talpid-dbus = { workspace = true }
|
||||
zerocopy = { workspace = true, features = ["derive"] }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user