app
adom-gchat — Google Chat CLI
Public Made by Adomby adom
Post to Google Chat from any Adom container. Webhook-based, org-customizable.
[package]
name = "adom-gchat"
version = "2.0.3"
edition = "2021"
description = "Post to Google Chat from any Adom container. Org-customizable."
[dependencies]
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
reqwest = { version = "0.12", features = ["blocking", "json"] }
anyhow = "1"
dirs = "5"