aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-core/Cargo.toml')
-rw-r--r--crates/mozart-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart-core/Cargo.toml b/crates/mozart-core/Cargo.toml
index 391c310..fb114ff 100644
--- a/crates/mozart-core/Cargo.toml
+++ b/crates/mozart-core/Cargo.toml
@@ -4,6 +4,7 @@ version.workspace = true
edition.workspace = true
[dependencies]
+mozart-console-macros.workspace = true
mozart-spdx-licenses.workspace = true
anyhow.workspace = true
colored.workspace = true
@@ -11,7 +12,6 @@ dialoguer.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true
-mozart-console-macros = { version = "0.1.0", path = "../mozart-console-macros" }
[dev-dependencies]
tempfile.workspace = true