aboutsummaryrefslogtreecommitdiff
path: root/mling/src/proj_mgr/show_binaries.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mling/src/proj_mgr/show_binaries.rs')
-rw-r--r--mling/src/proj_mgr/show_binaries.rs7
1 files changed, 5 insertions, 2 deletions
diff --git a/mling/src/proj_mgr/show_binaries.rs b/mling/src/proj_mgr/show_binaries.rs
index 384d8a4..d6872cf 100644
--- a/mling/src/proj_mgr/show_binaries.rs
+++ b/mling/src/proj_mgr/show_binaries.rs
@@ -8,8 +8,11 @@ use mingling::{
use serde::Serialize;
use crate::{
- EntryShowBinaries, Next,
- metadata::{CargoLockFile, read_metadata},
+ Next,
+ proj_mgr::{
+ EntryShowBinaries,
+ metadata::{CargoLockFile, read_metadata},
+ },
res::ResManifestPath,
};