crony 0.3.1

Simple cron runner that spawns another thread to run your cron jobs
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.cron]
version = "0.12.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.0"

[package]
authors = ["Tibor Hudik <tibor@barrage.net>"]
description = "Simple cron runner that spawns another thread to run your cron jobs"
documentation = "https://docs.rs/crony/"
edition = "2021"
keywords = ["cron", "runner"]
license = "MIT"
name = "crony"
readme = "README.md"
repository = "https://github.com/barrage/crony"
version = "0.3.1"