cronitor_runtime 0.1.0

runtime library for cronitor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cronitor_runtime"
version = "0.1.0"
authors = ["Floris-xlx floris@xylex.ai"]	
edition = "2021"
license = "MIT"
repository = "https://github.com/floris-xlx/cronitor"
description = "runtime library for cronitor"

[dependencies]
lazy_static = "1.4.0"
chrono = "0.4.38"
cron = "0.12.1"
colored = "2.1.0"
cron-parser = "0.9.0"
ctor = "0.2.8"