summaryrefslogtreecommitdiff
path: root/src/config/environment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/environment.rs')
-rw-r--r--src/config/environment.rs10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/config/environment.rs b/src/config/environment.rs
index fa96185..91813ba 100644
--- a/src/config/environment.rs
+++ b/src/config/environment.rs
@@ -12,15 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-extern crate hex;
-
use std::env;
use std::time::Duration;
-use config::ServerConfig;
-use config::{DEFAULT_BATCH_SIZE, DEFAULT_STATUS_INTERVAL};
-use key::KmsProtection;
-use Error;
+use crate::config::ServerConfig;
+use crate::config::{DEFAULT_BATCH_SIZE, DEFAULT_STATUS_INTERVAL};
+use crate::key::KmsProtection;
+use crate::Error;
///
/// Obtain a Roughenough server configuration ([ServerConfig](trait.ServerConfig.html))