Implement Slack flavored markdown reporting for report tasks

This commit is contained in:
Campbell Alden 2023-07-21 12:02:59 +09:00
parent 2c25aabc6a
commit 11fbaa582e
8 changed files with 715 additions and 2 deletions

View file

@ -6,3 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.72"
chrono = { version = "0.4.26", features = ["serde"] }
osascript = "0.3.0"
serde = { version = "1.0.173", features = ["derive"] }
serde_json = "1.0.103"