slack_api 0.13.0

Interface for the Slack Web API
# slack-rs

[Slack][slack] Web API interface.

[![License][license-img]][license-url] [![Crates.io][crates-img]][crates-url]

# Usage

Add this to your `Cargo.toml`:
```toml
[dependencies]
slack_api = "0.13.0"
```

and this to your crate root:

```rust
extern crate slack_api;
```

# License
`slack-api` is distributed under the [Apache-2.0 License](./LICENSE).

[crates-img]: https://img.shields.io/crates/v/slack_api.svg
[crates-url]: https://crates.io/crates/slack_api
[license-img]: https://img.shields.io/github/license/mthjones/slack-rs-api.svg
[license-url]: https://raw.githubusercontent.com/mthjones/slack-rs-api/master/LICENSE
[slack]: https://api.slack.com/