summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main.rs b/src/main.rs
index bacfe08..8b82975 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -13,12 +13,12 @@ use futures::stream::StreamExt;
extern crate clap_v3 as clap;
-mod cli;
-mod client;
-mod config;
-mod consts;
-mod ipfs_client;
-mod types;
+pub mod cli;
+pub mod client;
+pub mod config;
+pub mod consts;
+pub mod ipfs_client;
+pub mod types;
#[tokio::main]
async fn main() -> Result<()> {