First working version of creation and update watchdog

This commit is contained in:
Lukas Wölfer
2025-07-24 19:02:10 +02:00
parent 29e85397a7
commit 8172d4c769
10 changed files with 195 additions and 122 deletions

View File

@@ -12,7 +12,9 @@ categories = ["web-programming", "api-bindings", "automation"]
[dependencies]
chrono = "0.4.41"
futures = "0.3.31"
mwbot = { git = "https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot.git", rev = "05cbb12188f18e2da710de158d89a9a4f1b42689", default-features = false, features = ["generators", "mwbot_derive"] }
rand = "0.9.2"
reqwest = "0.12.22"
serde = { version = "1.0.219", features = ["derive"] }
thiserror = "2.0.12"