This service is responsible for sending/receiving messages to/from Slack.
Rust workspaces are a way to manage multiple Rust projects that are related to each other. This workspace contains the following projects:
events/on_message_sendto subscribe to platform events and send messages to Slack.http/webhookto receive incoming webhooks from Slack.lib/slacklibrary to share code between these crates.
cargo run --bin <webhook|on_message_send>