Worked on WSDC Rank parsing

This commit is contained in:
Lukas Wölfer
2025-07-21 22:38:48 +02:00
parent 8640aee958
commit 8bae1fdfbb
4 changed files with 464 additions and 37 deletions

View File

@@ -5,4 +5,6 @@ edition = "2024"
[dependencies]
mwbot = { git = "https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot.git", rev = "05cbb12188f18e2da710de158d89a9a4f1b42689" }
reqwest = "0.12.22"
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.46.1", features = ["rt", "rt-multi-thread", "macros"] }