[package] name = "stdout-sink" version = "0.3.1" authors = ["Joey Ezechiels "] edition = "2018" description = "Print to stdout from a separate process" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ipc-chan = { version = "0.8.0", path = "../ipc-chan" }