Rust workspace with 5 crates (mesh-types, mesh-crypto, mesh-network, mesh-validator, mesh-wallet), PROJECT_CONSTITUTION.md for CHORUS automated ingestion, and the full MESH protocol specification suite. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
340 B
TOML
12 lines
340 B
TOML
[package]
|
|
name = "mesh-wallet"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "MESH CLI wallet — key management, confidential payments, balance tracking"
|
|
|
|
[dependencies]
|
|
mesh-types = { path = "../mesh-types" }
|
|
mesh-crypto = { path = "../mesh-crypto" }
|
|
mesh-network = { path = "../mesh-network" }
|