mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Merge pull request #818 from teloxide/fix-keywords
Fix the number of keywords in `Cargo.toml`
This commit is contained in:
commit
6274a69a98
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ repository.workspace = true
|
||||||
documentation = "https://docs.rs/teloxide/"
|
documentation = "https://docs.rs/teloxide/"
|
||||||
readme = "../../README.md"
|
readme = "../../README.md"
|
||||||
|
|
||||||
keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api", "bot", "TBA"]
|
keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api", "bot"]
|
||||||
categories = ["web-programming", "api-bindings", "asynchronous"]
|
categories = ["web-programming", "api-bindings", "asynchronous"]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue