fix mycelium impl

This commit is contained in:
Timur Gordon
2025-09-01 16:34:24 +02:00
parent 44b1dd4249
commit 77b4c66a10
6 changed files with 667 additions and 338 deletions

View File

@@ -44,6 +44,9 @@ base64 = "0.22"
# Random number generation for message IDs
rand = "0.8"
# HTTP client for Mycelium integration
reqwest = { version = "0.12", features = ["json"] }
[dev-dependencies]
tokio-test = "0.4"
hero-supervisor-openrpc-client = { path = "clients/openrpc" }