Started work on reimplementing schedules

This commit is contained in:
2024-04-29 04:52:54 +02:00
parent ff428e3d20
commit bf3ce9efd4
6 changed files with 112 additions and 135 deletions

5
Cargo.lock generated
View File

@@ -88,6 +88,7 @@ dependencies = [
"impl_cast",
"indexmap 2.0.0",
"mlua",
"once_cell",
"paste",
"pollster",
"regex",
@@ -1108,9 +1109,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.18.0"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "openssl-probe"