feat: integrate meshservice crate into workspace

- Add meshservice to workspace members
- Fix quicprochat-client: add MeshTrace/MeshStats slash commands
- Add integration test: meshservice_tcp_transport
- Document integration points in README and docs/status.md
- Verify shared identity (IdentityKeypair → MeshAddress)
This commit is contained in:
2026-04-01 18:56:25 +02:00
parent a3023ecac1
commit 8eba12170e
8 changed files with 114 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -4487,6 +4487,7 @@ dependencies = [
"hkdf",
"humantime-serde",
"iroh",
"meshservice",
"quicprochat-core",
"rand 0.8.5",
"serde",