1
0
mirror of https://gitlab.com/Anson-Projects/wiki-location-bot.git synced 2025-08-14 09:21:28 +00:00

Resolve "Add location request button to bot"

This commit is contained in:
2024-02-09 07:14:37 +00:00
parent fa0a7a46bf
commit cf84b093af
7 changed files with 219 additions and 139 deletions

View File

@@ -1,15 +1,14 @@
[package]
name = "wiki_location_bot"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
[dependencies]
teloxide = { version = "0.12.2", features = ["macros"] }
log = "0.4"
pretty_env_logger = "0.5.0"
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }
ureq = { version = "2.7.1", features = ["json"] }
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
ureq = { version = "2.9.4", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"