main: making provider module public

This commit is contained in:
Dave Hrycyszyn
2019-12-17 13:33:08 +00:00
parent 59133ed862
commit 8ef95ac522
+1 -1
View File
@@ -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")