Skip to content

Commit

Permalink
misc: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
knsd committed Jan 9, 2018
1 parent 0d4e652 commit eb9c6cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 6 additions & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ name = "telegram-bot"
version = "0.6.0"
authors = ["Lukas Kalbertodt <[email protected]>", "Fedor Gogolev <[email protected]>"]

description = "A library for creating Telegram bots."
description = "A library for creating Telegram bots"

documentation = "https://docs.rs/telegram-bot/"
repository = "https://github.com/telegram-rs/telegram-bot"
readme = "../README.md"

keywords = ["telegram", "bot", "chat", "api"]
categories = ["api-bidings", "asynchronous"]
license = "MIT"

[dependencies]
Expand Down
9 changes: 5 additions & 4 deletions raw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name = "telegram-bot-raw"
version = "0.6.0"
authors = ["Lukas Kalbertodt <[email protected]>", "Fedor Gogolev <[email protected]>"]

description = "A library for creating Telegram bots."
description = "Telegram Bot API types"

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

keywords = ["telegram", "bot", "chat", "api"]
categories = ["api-bidings"]
license = "MIT"

[dependencies]
Expand Down

0 comments on commit eb9c6cd

Please sign in to comment.