rcron 1.1.0

a simple cron job scheduling for rust
Documentation
[package]
name = "rcron"
version = "1.1.0"
edition = "2021"
authors = ["daheige"]
description = "a simple cron job scheduling for rust"
keywords = ["cron", "crontab", "scheduler", "job","task"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/rs-god/rcron"
documentation = "https://docs.rs/rcron/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cron = "0.11.0"
chrono = "~0.4"
uuid = { version = "1.1.2", features = ["v4"] }