mirror of
https://gitlab.com/Anson-Projects/wiki-location-bot.git
synced 2025-06-15 14:46:39 +00:00
16 lines
385 B
TOML
16 lines
385 B
TOML
[package]
|
|
name = "wiki_location_bot"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies]
|
|
teloxide = { version = "0.12", features = ["macros"] }
|
|
log = "0.4"
|
|
pretty_env_logger = "0.5.0"
|
|
tokio = { version = "1.36", features = ["rt-multi-thread", "macros"] }
|
|
ureq = { version = "2.9", features = ["json"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
url = "2.5"
|