about summary refs log tree commit diff
path: root/ops/mq_cli/Cargo.toml
blob: 816a37075977339b33f94bb8d75215bb06054ae2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mq_cli"
description = "CLI tool for accessing POSIX message queues (mq_overview(7))"
license = "MIT"
version = "3773.0.0"
authors = ["Vincent Ambo <tazjin@tvl.su>"]
homepage = "https://cs.tvl.fyi/depot/-/tree/ops/mq_cli"
repository = "https://code.tvl.fyi/depot.git:/ops/mq_cli.git"

[dependencies]
clap = "2.34"
libc = "0.2"
nix = "0.23"
posix_mq = "3771.0.0"