Smash serai-client so the processors don't need the entire lib to access their specific code

We prior controlled this with feature flags. It's just better to define their
own crates.
This commit is contained in:
Luke Parker
2025-11-04 19:02:37 -05:00
parent 1b499edfe1
commit 973287d0a1
40 changed files with 232 additions and 79 deletions

View File

@@ -30,4 +30,7 @@ pub mod alloc {
pub use frost_schnorrkel;
pub use bitcoin_serai;
pub use serai_client_bitcoin;
pub use serai_client_ethereum;
}