mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +01:00
Add the asynchronous
category to Cargo.toml
This commit is contained in:
parent
3e59041f9b
commit
72e9821b15
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ repository = "https://github.com/teloxide/teloxide"
|
||||||
documentation = "https://docs.rs/teloxide/"
|
documentation = "https://docs.rs/teloxide/"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api"]
|
keywords = ["teloxide", "telegram", "telegram-bot", "telegram-bot-api"]
|
||||||
categories = ["web-programming", "api-bindings"]
|
categories = ["web-programming", "api-bindings", "asynchronous"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
exclude = ["media"]
|
exclude = ["media"]
|
||||||
authors = [
|
authors = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue