From e78e29eae4a0cf2e3f46c6a117e1fe86219efe96 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 5 Feb 2021 20:15:11 +0100 Subject: IPC setup --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ce0ef33..c32da16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +ipc-channel = { git = "https://github.com/NeoRaider/ipc-channel.git", branch = "integration" } libc = "0.2.84" nix = "0.19.1" scopeguard = "1.1.0" -- cgit v1.2.3