Initial commit

To implement commands `clap` is used to parse arguments.
This commit is contained in:
finga 2021-06-12 16:26:48 +02:00
commit 2b96bcc562
5 changed files with 289 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[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]
clap = "3.0.0-beta.2"