hackchat 0.1.4

Hack.chat client library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "hackchat"
version = "0.1.4"
authors = ["Gökberk Yaltıraklı <webdosusb@gmail.com>"]
description = "Hack.chat client library"
license = "MIT"
keywords = ["hack", "chat", "hackchat", "api", "bot"]
categories = ["api-bindings"]
repository = "https://github.com/gkbrk/rust-hackchat"
documentation = "https://docs.rs/hackchat"


[dependencies]
websocket = "0.17"
serde_json = "0.9"
rustc-serialize = "0.3"