finga
3572b12a1a
This subcommand receives one or more messages from a queue. Three different methods are supported, read message by message, read until a given timout or read until a specified date and time. This subcommand also supports the `--non-blocking` flag.
14 lines
302 B
TOML
14 lines
302 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"
|
|
chrono = "0.4"
|