cronrunner 2.15.0

Run cron jobs manually.
Documentation
[[bin]]
name = "crn"
path = "src/main.rs"

[dependencies]

[lib]
name = "cronrunner"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tarpaulin_include)"]
level = "warn"
priority = 0

[package]
authors = ["Quentin Richert <noreply@richert.co>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Run cron jobs manually."
edition = "2024"
keywords = ["cron", "crontab", "cli"]
license = "GPL-3.0-or-later OR MIT"
name = "cronrunner"
readme = "README.md"
repository = "https://github.com/qrichert/cronrunner.git"
version = "2.15.0"

[profile.release]
strip = true

[[test]]
name = "test_crontab"
path = "tests/test_crontab.rs"