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

                 

                                         

                                                                    
                                                       

              
            
            
[package]
name = "posix_mq"
version = "0.9.0"
authors = ["Vincent Ambo <mail@tazj.in>"]
description = "(Higher-level) Rust bindings to POSIX message queues"
license = "MIT"
repository = "https://git.tazj.in/tree/ops/posix_mq.rs"

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