Support arbitrary RPC providers in monero-serai

Sets a clean path for no-std premised RPCs (buffers to an external RPC impl)/
Tor-based RPCs/client-side load balancing/...
This commit is contained in:
Luke Parker
2023-05-02 02:39:08 -04:00
parent 5765d1d278
commit adfbde6e24
10 changed files with 123 additions and 74 deletions

View File

@@ -15,6 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
futures = "0.3"
lazy_static = "1"
async-trait = "0.1"
thiserror = "1"
rand_core = "0.6"