[dependencies.clap]
features = ["derive"]
version = "4"
[lib]
name = "mrot_cli"
path = "src/lib.rs"
[lints.rust]
missing_docs = "deny"
[package]
authors = ["Sven Siegmund <sven.siegmund@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Deprecated command line interface for the meal rotator app (mrot)"
edition = "2024"
keywords = ["tools", "tracking", "meal", "cooking", "calendar"]
license = "BSD-2-Clause"
name = "mrot_cli"
publish = true
readme = "README.md"
repository = "https://github.com/fleetingbytes/mrot/"
resolver = "2"
rust-version = "1.85"
version = "0.1.0-alpha.7"