feat: job events

This commit is contained in:
2025-12-31 00:54:23 +01:00
parent 0fba6c1445
commit 0049fa8167
7 changed files with 82 additions and 8 deletions

7
Cargo.lock generated
View File

@@ -268,6 +268,12 @@ dependencies = [
"libc",
]
[[package]]
name = "anyhow"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "atoi"
version = "2.0.0"
@@ -514,6 +520,7 @@ dependencies = [
"actix-files",
"actix-web",
"actix-web-httpauth",
"anyhow",
"chrono",
"dotenv",
"futures-util",