企业微信验证专用跳板

This commit is contained in:
zqm
2026-03-11 13:18:05 +08:00
parent 27e8fad23f
commit 1d83ae86e8
6 changed files with 961 additions and 0 deletions

12
WeCom/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "wecom_server"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7"
sha1 = "0.10"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"