forked from NationTech/harmony
feat: added an example of adding an msteams channel
This commit is contained in:
14
examples/ms_teams_alert_channel/Cargo.toml
Normal file
14
examples/ms_teams_alert_channel/Cargo.toml
Normal 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
|
||||
Reference in New Issue
Block a user