Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
finally, fix botway telegram rust template
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed May 7, 2022
1 parent 4d013c9 commit a050a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/telegram/rust/assets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "{{.BotName}}"
name = "aws"
version = "0.1.0"
edition = "2021"

[dependencies]
telegram-bot = "0.8"
tokio = { version = "1.0", features = ["full"] }
tokio = { version = "0.2", features = ["full"]}
futures = "0.3.21"
botway-rs = "0.2"

0 comments on commit a050a1d

Please sign in to comment.