admin_bot 0.1.0

A telegram bot to assist with administration of chats
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "admin_bot"
description = "A telegram bot to assist with administration of chats"
version = "0.1.0"
license = "GPL-3.0"
authors = ["Riley Trautman <asonix@tamu.edu>"]
repository = "https://github.com/asonix/telegram-admin-bot"
readme = "README.md"
keywords = ["telegram", "administration"]

[dependencies]
telebot = "0.2.5"
tokio-core = "0.1"
futures = "0.1"
dotenv = "0.10"
log = "0.3"
env_logger = "0.3"