Initial commit
To implement commands `clap` is used to parse arguments.
This commit is contained in:
commit
2b96bcc562
5 changed files with 289 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue