mirror of
https://github.com/pandorafuture/wx-cli.git
synced 2026-08-29 04:00:55 +00:00
- LICENSE (MIT) - SECURITY.md (vulnerability reporting policy) - CONTRIBUTING.md (development setup and contribution guide) - CI workflow (fmt, clippy, test on push/PR) - Issue templates (bug report, feature request) - Dependabot config (cargo + github-actions weekly) - Cargo.toml workspace metadata (license, repository, description)
11 lines
385 B
TOML
11 lines
385 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"
|
|
license = "MIT"
|
|
repository = "https://github.com/pandorafuture/wx-cli"
|
|
description = "WeChat macOS database decryption and query tool"
|