summaryrefslogtreecommitdiffhomepage
path: root/mullvad-management-interface
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2024-09-24 08:54:31 +0200
committerSebastian Holmin <sebastian.holmin@mullvad.net>2024-09-25 09:40:44 +0200
commit0bee6e8104f4a5d2726919031444eeebabb8f5c5 (patch)
tree7c2bf5ac8a495d306a8f53a9def0435047609681 /mullvad-management-interface
parent7b75e8d6d4f1fe1a65a181e2818b32c5d61ecc2d (diff)
downloadmullvadvpn-0bee6e8104f4a5d2726919031444eeebabb8f5c5.tar.xz
mullvadvpn-0bee6e8104f4a5d2726919031444eeebabb8f5c5.zip
Add `parity-tokio-ipc` to workspace dependencies
Also regroup networking-related crates
Diffstat (limited to 'mullvad-management-interface')
-rw-r--r--mullvad-management-interface/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/mullvad-management-interface/Cargo.toml b/mullvad-management-interface/Cargo.toml
index 75c6f1b0ad..004d5a4d56 100644
--- a/mullvad-management-interface/Cargo.toml
+++ b/mullvad-management-interface/Cargo.toml
@@ -11,19 +11,20 @@ rust-version.workspace = true
workspace = true
[dependencies]
+log = { workspace = true }
chrono = { workspace = true }
thiserror = { workspace = true }
mullvad-types = { path = "../mullvad-types" }
mullvad-paths = { path = "../mullvad-paths" }
talpid-types = { path = "../talpid-types" }
+
tonic = { workspace = true }
tower = { workspace = true }
prost = { workspace = true }
prost-types = { workspace = true }
-parity-tokio-ipc = "0.9"
futures = "0.3"
tokio = { workspace = true, features = ["rt"] }
-log = { workspace = true }
+parity-tokio-ipc = { workspace = true }
[target.'cfg(unix)'.dependencies]
nix = "0.23"