[package] name = "ipcd" description = "Inter-process communication daemon" edition = "2018" version = "0.1.0" [dependencies] libredox = { workspace = true, features = ["call"]} daemon = { path = "../daemon" } redox_syscall.workspace = true redox-scheme.workspace = true scheme-utils = { path = "../scheme-utils" } redox_event.workspace = true anyhow.workspace = true libc.workspace = true rand = "0.10" [lints] workspace = true