Getting Started

Cargo.toml dependencies example:

[dependencies]
slack-morphism = { version = "2.1", features = ["hyper", "axum"] }

All imports you need:

use slack_morphism::prelude::*;

Ready to use examples

  • Slack Web API client and Block kit example
  • Events API server example using either pure hyper solution or axum
  • Slack Web API client with Socket Mode

You can find them on github