move rpc environment implementation to separate files

This commit is contained in:
Dietmar Maurer
2019-01-26 15:08:02 +01:00
parent 6049b71f41
commit 0f253593c6
6 changed files with 58 additions and 46 deletions

View File

@ -25,6 +25,7 @@ pub mod api {
#[macro_use]
pub mod server {
pub mod environment;
pub mod formatter;
#[macro_use]
pub mod rest;
@ -52,6 +53,7 @@ pub mod getopts;
pub mod cli {
pub mod environment;
pub mod command;
}