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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/mozart-core/Cargo.toml b/crates/mozart-core/Cargo.toml
index 599dbb3..391c310 100644
--- a/crates/mozart-core/Cargo.toml
+++ b/crates/mozart-core/Cargo.toml
@@ -11,6 +11,7 @@ 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