feat: added an example of adding an msteams channel

This commit is contained in:
2025-05-28 12:43:42 -04:00
parent 78aadadd22
commit f96572848a
3 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[package]
name = "ms_teams_alert_channel"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
[dependencies]
harmony = { version = "0.1.0", path = "../../harmony" }
harmony_cli = { version = "0.1.0", path = "../../harmony_cli" }
serde = "1.0.219"
tokio.workspace = true
typetag = "0.2.20"
url.workspace = true