tvl-depot/ops/posix_mq.rs/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
271 B
TOML
Raw Normal View History

2017-10-15 22:06:22 +02:00
[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"
2017-10-15 22:06:22 +02:00
[dependencies]
nix = "0.23"
libc = "0.2"