Browse Source

updated mod.rs

rachel-rose 5 years ago
parent
commit
4124f99360
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/rpc/mod.rs

+ 2 - 0
src/rpc/mod.rs

@@ -1,2 +1,4 @@
+pub mod options;
+pub mod adapter;
 pub mod jsonserver;
 pub mod test;