2017-10-15 22:06:22 +02:00
|
|
|
[package]
|
|
|
|
name = "posix_mq"
|
2022-02-05 14:25:42 +01:00
|
|
|
version = "3771.0.0"
|
|
|
|
authors = ["Vincent Ambo <tazjin@tvl.su>"]
|
2017-10-16 02:29:50 +02:00
|
|
|
description = "(Higher-level) Rust bindings to POSIX message queues"
|
|
|
|
license = "MIT"
|
2022-02-05 14:25:42 +01:00
|
|
|
homepage = "https://cs.tvl.fyi/depot/-/tree/ops/posix_mq.rs"
|
|
|
|
repository = "https://code.tvl.fyi/depot.git:/ops/posix_mq.rs.git"
|
2017-10-15 22:06:22 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2022-02-04 13:30:55 +01:00
|
|
|
nix = "0.23"
|
2017-10-15 23:22:18 +02:00
|
|
|
libc = "0.2"
|