diff options
Diffstat (limited to 'src/rpc/lib.rs')
-rw-r--r-- | src/rpc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/lib.rs b/src/rpc/lib.rs index ea3f1139..b72392ab 100644 --- a/src/rpc/lib.rs +++ b/src/rpc/lib.rs @@ -5,6 +5,7 @@ extern crate log; mod consul; +pub mod layout; pub mod ring; pub mod system; |