summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-02-05 20:15:11 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-02-05 20:15:11 +0100
commite78e29eae4a0cf2e3f46c6a117e1fe86219efe96 (patch)
tree29b4b4c2bbd47329d2c11b5ca7fbc7629401d662 /Cargo.toml
parentda9fa7d1ad81528c60607f488f84155a3ecc3ee6 (diff)
downloadrebel-e78e29eae4a0cf2e3f46c6a117e1fe86219efe96.tar
rebel-e78e29eae4a0cf2e3f46c6a117e1fe86219efe96.zip
IPC setup
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 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"