mqrs/Cargo.toml
finga fdacba1eec Create a message queue
The create command creates a new message queue with support of the
typical parameters `mode`, `capacity` and `msgsize`. This command also
supports the global argument `verbose`.
2021-06-14 23:01:14 +02:00

14 lines
287 B
TOML

[package]
name = "mqrs"
version = "0.1.0-dev"
authors = ["finga <mqrs@onders.org>"]
edition = "2018"
license = "GPL-3.0-or-later"
readme = "README.md"
description = "A CLI program for interacting Posix Message Queues"
[dependencies]
anyhow = "1.0"
clap = "3.0.0-beta.2"
posixmq = "1.0"