tvl-depot/Cargo.toml
2017-10-16 17:44:54 +02:00

11 lines
275 B
TOML

[package]
name = "posix_mq"
version = "0.1.1"
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"