toml [dependencies] rocketchat-hooks = "*"
```rust, norun extern crate rocketchathooks;
fn main() { rocketchat_hooks::post("https://example.com/hooks/secret", "username", ":banana:", "ohai").unwrap(); } ```
MIT