Skip to content

Commit eb9c6cd

Browse files
committed
misc: update Cargo.toml
1 parent 0d4e652 commit eb9c6cd

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

lib/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ name = "telegram-bot"
33
version = "0.6.0"
44
authors = ["Lukas Kalbertodt <[email protected]>", "Fedor Gogolev <[email protected]>"]
55

6-
description = "A library for creating Telegram bots."
6+
description = "A library for creating Telegram bots"
7+
8+
documentation = "https://docs.rs/telegram-bot/"
9+
repository = "https://github.com/telegram-rs/telegram-bot"
10+
readme = "../README.md"
711

812
keywords = ["telegram", "bot", "chat", "api"]
13+
categories = ["api-bidings", "asynchronous"]
914
license = "MIT"
1015

1116
[dependencies]

raw/Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ name = "telegram-bot-raw"
33
version = "0.6.0"
44
authors = ["Lukas Kalbertodt <[email protected]>", "Fedor Gogolev <[email protected]>"]
55

6-
description = "A library for creating Telegram bots."
6+
description = "Telegram Bot API types"
77

8-
documentation = "https://lukaskalbertodt.github.io/telegram-bot/telegram_bot/"
9-
repository = "https://github.com/LukasKalbertodt/telegram-bot"
10-
readme = "README.md"
8+
documentation = "https://docs.rs/telegram-bot-raw/"
9+
repository = "https://github.com/telegram-rs/telegram-bot"
10+
readme = "../README.md"
1111

1212
keywords = ["telegram", "bot", "chat", "api"]
13+
categories = ["api-bidings"]
1314
license = "MIT"
1415

1516
[dependencies]

0 commit comments

Comments
 (0)