1
Fork 0
rust-ipc/Cargo.toml

12 lines
232 B
TOML

[package]
name = "rust-ipc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ipc-channel = "0.16.1"
libc = "0.2.147"
nix = "0.26.2"