Combine into one single binary

This commit is contained in:
Danielle Jenkins 2025-03-06 23:15:54 -08:00
parent 06514ed935
commit 37e50029cb
10 changed files with 561 additions and 148 deletions

View file

@ -1,5 +1,6 @@
pub mod docs;
pub mod jsonrpc_frame_codec;
pub mod server;
// Re-export key components for easier access
pub use docs::DocRouter;