Made parsoid work

This commit is contained in:
Lukas Wölfer
2025-07-21 01:53:23 +02:00
parent 7c3fc0a2ca
commit 7ce728ef8e
4 changed files with 740 additions and 196 deletions

View File

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