pushx 0.1.0

A simple unified push library for DingTalk, extendable to Feishu, etc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pushx"
version = "0.1.0"
edition = "2024"
description = "A simple unified push library for DingTalk, extendable to Feishu, etc."
license = "MIT"

[dependencies]
anyhow = "1.0.98"
async-trait = "0.1.88"
reqwest = { version = "0.12.15", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
thiserror = "2.0.12"
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }