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")