mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
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:
@@ -15,6 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
|
||||
futures = "0.3"
|
||||
|
||||
lazy_static = "1"
|
||||
async-trait = "0.1"
|
||||
thiserror = "1"
|
||||
|
||||
rand_core = "0.6"
|
||||
|
||||
Reference in New Issue
Block a user