aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/installed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/installed.rs')
-rw-r--r--crates/mozart/src/installed.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/installed.rs b/crates/mozart/src/installed.rs
index 8ed4721..7543b0e 100644
--- a/crates/mozart/src/installed.rs
+++ b/crates/mozart/src/installed.rs
@@ -1,4 +1,4 @@
-use crate::package::to_json_pretty;
+use mozart_core::package::to_json_pretty;
use serde::{Deserialize, Serialize};
use std::collections::BTreeMap;
use std::fs;