2017-10-15 22:06:22 +02:00
|
|
|
[package]
|
|
|
|
name = "posix_mq"
|
2017-10-16 17:44:54 +02:00
|
|
|
version = "0.1.1"
|
2017-10-15 22:06:22 +02:00
|
|
|
authors = ["Vincent Ambo <tazjin@gmail.com>"]
|
2017-10-16 02:29:50 +02:00
|
|
|
description = "(Higher-level) Rust bindings to POSIX message queues"
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/aprilabank/posix_mq.rs"
|
2017-10-15 22:06:22 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2017-10-15 23:22:18 +02:00
|
|
|
nix = "0.9"
|
|
|
|
libc = "0.2"
|