slack-hook 0.0.1

A rust crate for sending messages to Slack via webhooks.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "slack-hook"
version = "0.0.1"
authors = [ "brickley@gmail.com" ]
description = "A rust crate for sending messages to Slack via webhooks."
homepage = "https://github.com/frostly/rust-slack"
repository = "https://github.com/frostly/rust-slack"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["slack", "webhook"]

[dependencies]
rustc-serialize = "*"
curl = "*"

[lib]
name = "slackhook"