wip: working on cron

This commit is contained in:
2023-11-28 00:08:27 +11:00
parent 6e60f58145
commit 5a0c901281
7 changed files with 289 additions and 6 deletions

View File

@@ -11,5 +11,6 @@ lazy_static = "1.4.0"
nix = {version = "0.27.1", features = ["process", "signal", "fs"]}
regex = "1.10.2"
thiserror = "1.0.50"
time = { version = "0.3.30", features = ["local-offset"]}
tokio = { version = "1.34.0", features = ["full"] }
tokio-util = "0.7.10"