tvl-depot/Cargo.toml

12 lines
275 B
TOML
Raw Normal View History

2017-10-15 22:06:22 +02:00
[package]
name = "posix_mq"
2017-10-20 17:19:46 +02:00
version = "0.1.2"
2017-10-15 22:06:22 +02:00
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"
2017-10-15 22:06:22 +02:00
[dependencies]
nix = "0.9"
libc = "0.2"