mrot_cli 0.1.0-alpha.7

Deprecated command line interface for the meal rotator app (mrot)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "mrot_cli"
version.workspace = true
publish = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
description = "Deprecated command line interface for the meal rotator app (mrot)"
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
clap = { workspace = true }

[lints.rust]
missing_docs = "deny"