diff --git a/src/main.rs b/src/main.rs index 33cdadb..2fd3573 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ use std::path::PathBuf; use std::process::Command; use std::sync::{Arc, Mutex}; -use registry::Registry; +use crate::registry::Registry; mod registry;