[package] name = "palombe" version = "0.5.1" authors = ["Yvan Sraka "] edition = "2018" description = "Palombe lets you send and receive messages synchronously through different processes using named pipes" repository = "https://github.com/yvan-sraka/palombe" readme = "README.md" license = "GPL-3.0" [lib] name = "palombe" path = "src/lib.rs" crate-type = ["dylib", "staticlib"] [dependencies] libc = "0.2"