From 8ef95ac5227ef45b8eb7cb8f3acc9e609e541b2d Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Tue, 17 Dec 2019 13:33:08 +0000 Subject: [PATCH] main: making provider module public --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index b4146f4b2b..286b043a32 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,7 @@ use std::path::PathBuf; use std::process; use std::thread; -mod provider; +pub mod provider; fn main() { let arg_matches = App::new("Nym Service Provider")