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

MVP working

This commit is contained in:
2023-07-07 23:09:04 +00:00
commit 6b6e93234f
5 changed files with 1929 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
teloxide = { version = "0.12", 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"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"