mirror of
https://github.com/pandorafuture/wx-cli.git
synced 2026-08-29 04:00:55 +00:00
WeChat macOS database decryption and query tool, supporting key extraction, message querying, full-text search, conversation export, real-time monitoring, media handling, and HTTP server mode with REST API and SSE.
8 lines
250 B
TOML
8 lines
250 B
TOML
[workspace]
|
|
members = ["crates/wx-decrypt", "crates/wx-keychain", "crates/wx-cli", "crates/wx-db", "crates/wx-media", "crates/wx-monitor", "crates/wx-context", "crates/wx-paths"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.7.2"
|
|
edition = "2021"
|