mirror of
https://gitlab.com/Anson-Projects/wiki-location-bot.git
synced 2025-08-14 09:21:28 +00:00
Add CI/CD to project
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[package]
|
||||
name = "rust"
|
||||
name = "wiki_location_bot"
|
||||
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"] }
|
||||
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"] }
|
||||
|
Reference in New Issue
Block a user