about summary refs log tree commit diff
path: root/ops/posix_mq.rs/Cargo.toml
blob: 8390b80b86f0e74960102d172a6485b49814b744 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "posix_mq"
version = "3771.0.0"
authors = ["Vincent Ambo <tazjin@tvl.su>"]
description = "(Higher-level) Rust bindings to POSIX message queues"
license = "MIT"
homepage = "https://cs.tvl.fyi/depot/-/tree/ops/posix_mq.rs"
repository = "https://code.tvl.fyi/depot.git:/ops/posix_mq.rs.git"

[dependencies]
nix = "0.23"
libc = "0.2"