Updated dependencies; crash on logout to login on restart; moving back to worldsdc API

This commit is contained in:
Lukas Wölfer
2026-01-17 00:46:28 +01:00
parent 5414a1bb26
commit 31293d1807
8 changed files with 856 additions and 562 deletions

View File

@@ -12,6 +12,7 @@ categories = ["web-programming", "api-bindings", "automation"]
[dependencies]
chrono = "0.4.41"
clap = { version = "4.5.54", features = ["derive"] }
futures = "0.3.31"
# mwbot = { git = "https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot.git", rev = "05cbb12188f18e2da710de158d89a9a4f1b42689", default-features = false, features = ["generators", "mwbot_derive"] }
mwbot = { version = "0.7.0", default-features = false, features = ["generators", "mwbot_derive"] }