rutebot 0.1.4

Telegram bot api bindings
Documentation
[package]

name = "rutebot"

version = "0.1.4"

authors = ["Ilya Titkov <ilya@titkov.me>"]

edition = "2018"

keywords = ["telegram", "bot", "telegram-api", "telegram-bot"]

license = "MIT"

description = "Telegram bot api bindings"

categories = ["api-bindings"]

readme = "README.md"

repository = "https://github.com/Leonqn/rutebot"



[dependencies]

hyper = "0.12"

hyper-tls = "0.3"

futures = "0.1"

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"