9 lines
294 B
TOML
9 lines
294 B
TOML
[package]
|
|
name = "dancing-bot-teachers"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
mwbot = { git = "https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot.git", rev = "05cbb12188f18e2da710de158d89a9a4f1b42689" }
|
|
tokio = { version = "1.46.1", features = ["rt", "rt-multi-thread", "macros"] }
|