cronrunner 2.2.0

Run cron jobs manually.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cronrunner"
version = "2.2.0"
edition = "2021"
authors = ["Quentin Richert <noreply@richert.co>"]
description = "Run cron jobs manually."
license = "GPL-3.0-or-later"
repository = "https://github.com/qrichert/cronrunner.git"
readme = "README.md"
keywords = ["cron", "crontab", "cli"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[profile.release]
strip = true

[dependencies]