Parallelised the execution of each day

This commit is contained in:
2023-12-05 19:33:10 +00:00
parent ed05221dff
commit 43e3a8ac35
10 changed files with 125 additions and 88 deletions
+2
View File
@@ -4,7 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.74"
fancy-regex = "0.12.0"
itertools = "0.12.0"
strum = "0.25.0"
strum_macros = "0.25.3"
tokio = {version = "1.34.0", features = ["full"]}