diff --git a/src/rpc/mod.rs b/src/rpc/mod.rs index b5f3670bb..e9f00a7ea 100644 --- a/src/rpc/mod.rs +++ b/src/rpc/mod.rs @@ -1,2 +1,4 @@ +pub mod options; +pub mod adapter; pub mod jsonserver; pub mod test;