about summary refs log tree commit diff
path: root/ops/posix_mq.rs/Cargo.toml
blob: db471168c7734a7705bd391183c45d807762c2f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "posix_mq"
version = "0.1.3"
authors = ["Vincent Ambo <vincent@aprila.no>"]
description = "(Higher-level) Rust bindings to POSIX message queues"
license = "MIT"
repository = "https://github.com/aprilabank/posix_mq.rs"

[dependencies]
nix = "0.9"
libc = "0.2"