wip: parsing cron

This commit is contained in:
2023-11-23 17:23:53 +11:00
parent 4049e4a953
commit f40b8677ab
4 changed files with 114 additions and 20 deletions

View File

@@ -6,6 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4.0"
nix = {version = "0.27.1", features = ["process", "signal", "fs"]}
regex = "1.10.2"
tokio = { version = "1.34.0", features = ["full"] }
tokio-util = "0.7.10"