[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" }