Convert talpid-dbus to a workspace dependency

This commit is contained in:
Markus Pettersson
2025-12-19 10:28:25 +01:00
parent 50eafc9002
commit fbbb5a795c
5 changed files with 5 additions and 4 deletions

View File

@@ -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" }

View File

@@ -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"

View File

@@ -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"

View File

@@ -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" }

View File

@@ -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]