[package] name = "mesh-validator" version.workspace = true edition.workspace = true license.workspace = true description = "MESH validator node — state store, vote handling, certificate processing" [dependencies] mesh-types = { path = "../mesh-types" } mesh-crypto = { path = "../mesh-crypto" } mesh-network = { path = "../mesh-network" }