tvl-depot/ops/posix_mq.rs/Cargo.toml
Vincent Ambo 0b146dc079 chore(ops/posix_mq.rs): Update crate dependencies to recent versions
First bump since 2017! This changes the code to be compatible with
newer versions of the `nix` crate, which has shuffled things around a
bit.
2020-01-20 11:51:24 +00:00

11 lines
271 B
TOML

[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"