wip: working on task manager

This commit is contained in:
2024-09-21 23:57:37 -04:00
parent 13a40353e5
commit 0d0cf63c62
5 changed files with 1850 additions and 1 deletions

View File

@ -6,3 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.19.2", features = ["full"] }
job_scheduler = "1.2.1"
sqlx = { version = "0.8.2", features = ["postgres", "chrono"] }
chrono = "0.4.38"
once_cell = "1.19.0"