about summary refs log blame commit diff
path: root/Cargo.toml
blob: 8ca6c6cc5921fbebb28778664ef3d5e57ff7137e (plain) (tree)
1
2
3
4
5
6
7
8
9

                 
                 
                                             


                                                                    

              

            
[package]
name = "posix_mq"
version = "0.1.2"
authors = ["Vincent Ambo <tazjin@gmail.com>"]
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"